Django nginx 502
Looking for a solution how to fix nginx 502 Bad Gateway with Django using Elastic Beanstalk. Django application is correct, locally everything works seamlessly. Problems occurs when I am trying to deploy that application to AWS EC2.
I use AWS PostgreSQL Database.
All environment variables are saved in AWS environments correctly. Have traversed throught all solutions but, nothing helped.
Is it ever possible that some libraries create a conflict that results 502 Bad Gateway?