Week 5 - botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL: "http://localhost:8000/"
Connection error means the connection pool was unable to connect to the DB. If your project is configured to attempt the connection to the db using env variables, it's highly likely they may be the culprit.
Error
urllib3.exceptions.NewConnectionError...
codeinajar.hashnode.dev1 min read