-
Notifications
You must be signed in to change notification settings - Fork 259
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
Error 500 on analytics #613
Comments
Is it transient (i.e. when you refresh the error is gone), or is it persistent? |
Unfortunately the error is persistent... |
I have checked the logs. Here they are: docker-compose logs During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Have you experienced the issue after an upgrade of the system ?
Keep us updated if it helped |
Hello @pvassalligs , closing this ticket for now as it looks like a transient migration issue. Feel free to reopen it if something comes up :) |
Hi @ab-smith and @CyberPoly1000: it's not a migration issue and I can't reopen the ticket... It's related, as I can see from logs to a Content-length limit: _Listening on 0.0.0.0:3000 Can you please tell me how to increase that limit? |
@nas-tabchiche I think we had a discussion about BODY_SIZE_LIMIT at some point isn't it? |
We did talk about that regarding file uploads indeed. Here it seems no POST is made, something must make the payload's size explode because there is no reason for it to ever reach 20+MB. @pvassalligs The error is thrown right when you attempt to open the |
@nas-tabchiche the error appears when I press the upload button, the json file is 23MB: 2 domains, no applied controls, no projects, no risk assessments, no audits. Just started in playing around and loaded a tons of libraries to view the controls. |
Describe the bug
Error 500 - Internal Error
To Reproduce
On login I get the side menu and the links are working properly but all at sudden I get the error on the overview-> Analytics page
Expected behavior
The right page and the analytics working.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: