-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application error when open admin/ page #2223
Comments
@rafalkowalski If you mean the AttributeError in Gunicorn it shouldn't be an issue. It's because Gunicorn doesn't understand WebSocket requests. Here's more from a similar issue at Flask-SocketIO: miguelgrinberg/Flask-SocketIO#223 It doesn't block any communication or stop the server. |
@shivamMg Have you visited /admin page? http://open-event-dev.herokuapp.com/admin/ maybe you know why this page can't be open? |
@shivamMg this is the error log:
|
I did a little searching on the error.. It's a problem of heroku kindof..... Due to some reason the memory quota to be used is exceeding.... It can be due to various reasons.. Some of the reasons I found out was too many migrations.... Too much memory used in runtime due to too many service workers.... @aviaryan @niranjan94 any idea? |
The text was updated successfully, but these errors were encountered: