mauricio_sba
Multiple Problems
Service ID: b0a53e83-4710-4860-82f3-bcaca8b6fc07
Main details:
Framework: Django.
Database: PostgreSQL.
I have encountered several issues in the process of learning to deploy my app:
- Error generating the Docker image.
- The page works locally but stops serving after using [pip manage.py collectstatic].
- I'm not sure if I am declaring the local variables correctly in my code because I see that RailWay uses {{Var}} keys, and I declare mine with the help of a .env file.
Honestly, I feel very lost, increasingly so.
- django.db.utils.OperationalError: connection to server on socket "/run/postgresql/.s.PGSQL.5432" failed: No such file or directory. Is the server running locally and accepting connections on that socket?
- Only once did it stay deployed without crashing or failing, but it was not possible to visualize anything in the browser.
I hope you can assist me. Thank you in advance.
58 replies