-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Getting HTTP error 503 when trying to retrieve feeds #398
Comments
Do you have any logs generated by GB? You can find them in the console if you executed it without |
There is nothing about the error in the logs in greedybear_nginx_logs/_data/access.log
greedybear_nginx_logs/_data/error.log
Does the line |
I think you meant this line
and yes, there is this line here in the nginx config
You can find it in the http config only cause in the https one was removed cause was useless in the actual Honeynet instance cause Cloudflare was already doing that |
Yes, of course. Should we also remove it in the http conf or at least change it to a more permissive value? Because it's not like I'm spam-clicking stuff in the application, this happens on normal usage. |
I think you can completely remove it without any problem |
On a fresh GreedyBear installation (main branch) I regularly get HTTP error 503. This happens about every other request I make on both the feeds page and on the API. Switching to the
local development
configuration in the.env
file resolves the issue.The text was updated successfully, but these errors were encountered: