Troubleshooting common issues in your application
I am getting SSL warnings
URL_SCHEME
is always set to http
when running locally. Only change this to https
when going to production, where an actual domain name can be present.I have container connection errors
.env
files are set correctly. You can use .env.sample
for understanding default values