Skip to content
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

[Bug]: glitchtip Error 500 loading js with Traefik #4062

Open
kaipiyann opened this issue Oct 29, 2024 · 0 comments
Open

[Bug]: glitchtip Error 500 loading js with Traefik #4062

kaipiyann opened this issue Oct 29, 2024 · 0 comments
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.

Comments

@kaipiyann
Copy link

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

@kaipiyann kaipiyann added 🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization. labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Reported issues that need to be reproduced by the team. 🔍 Triage Issues that need assessment and prioritization.
Projects
None yet
Development

No branches or pull requests

1 participant