You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the glitchtip template and when loading the front I had some error 500 when loading js chunks...so the frontend was buggy, sometime it display sometime not.
I checked the log from Traefik and the log said "server closed idle connection".
So I search a little and found this page with same problem : traefik/traefik#4481
So I tried to change the settings of Traefik and I can confirm if I disable Idle connection on Traefik with this I got no more 500 :
--serversTransport.maxIdleConnsPerHost=-1
Then I just tried to put a lower Timeout and it works also , perhaps better :
--serversTransport.forwardingTimeouts.idleConnTimeout=3s
The text was updated successfully, but these errors were encountered:
kaipiyann
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Oct 29, 2024
Error Message and Logs
I use the glitchtip template and when loading the front I had some error 500 when loading js chunks...so the frontend was buggy, sometime it display sometime not.
I checked the log from Traefik and the log said "server closed idle connection".
So I search a little and found this page with same problem : traefik/traefik#4481
So I tried to change the settings of Traefik and I can confirm if I disable Idle connection on Traefik with this I got no more 500 :
--serversTransport.maxIdleConnsPerHost=-1
Then I just tried to put a lower Timeout and it works also , perhaps better :
--serversTransport.forwardingTimeouts.idleConnTimeout=3s
I think Glitchtip is using a python serve (https://www.uvicorn.org/settings/),and the default keepalive seems to be 5s.
I hope this help !
Thks
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.360
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Debian GNU/Linux 12
Additional Information
No response
The text was updated successfully, but these errors were encountered: