2 years ago
Why am I getting this error in my Django Project.
I'm using simple webapp to display the portfolio of a team.
This is the live website https://starbouncers.com/
8 Replies
2 years ago
it means a single request took longer than 30 seconds, for your app should a single request ever take longer than 30 seconds?
2 years ago
then there is a code or confirmation issue somewhere in your app that is causing a request to take longer then 30 seconds, are there any errors in the logs?
Also this error is coming not frequently. This issue is coming very rarely
2 years ago
none of those are error messages, please add error handling and verbose debug logging to your application code so that you can track any issues or anomalies, without such logs there is unfortunately not much I can help with here
