My last git pull for my website caused an internal server error. I did not encounter the problem when running it on my localhost on Mac. I noticed however that during the first attempt of the git pull that there is a request to commit the requirements.txt. Instead, I deleted the file on the server and my git pull did not raise any issue (the requirements.txt is available in the git pulled). This may be the one causing the problem or it may not. I have no idea how to check or resolved the issue. I have powered off and on. I have pip install - r requirements.txt. Restart nginx and gunicorn. None seems to have worked. I cant even find the error.log file in the droplet. Can anyone assist me. The website is www.faseries.com
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hi there @rosliyana96,
I can see that your website is already up and running. Would you mind sharing how did you fix the problem here with the community?
On another note, if you get a 500 Nginx error, I could suggest following the steps from this answer here on how to troubleshoot common Nginx problems:
https://www.digitalocean.com/community/questions/how-to-troubleshoot-common-nginx-issues-on-linux-server
Hope that this helps. Regards, Bobby