Hello,
Have you ever had a 503 error on a self hosted server?
I have very often this error on a form.
Have a nice day
Hello,
Have you ever had a 503 error on a self hosted server?
I have very often this error on a form.
Have a nice day
Hey, this would need more details to figure what is going on.
Since its 503 are you using any gateway / reverseproxy. Tell us all about your setup and ofcourse logs from your backend will help.
the support of my server fix the prob :
I’ve updated your Nginx configuration to handle this issue and it appears to be resolved.
#limit_req_zone $binary_remote_addr$http_x_forwarded_for zone=iprl:16m rate=1000r/m;
with
limit_req_zone $binary_remote_addr zone=iprl:16m rate=2000r/m;