-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
Self hosted docker - infrequent nginx error 5XX #3972
Comments
You may want to check logs of your backend container by entering the directory of your compose file and running
|
I have tried to correlate between nginx logs and piped backend logs however i only found this snippet so far other than the current IOS player issue tracked in other issue thread. Is there any way I could make the log more verbose? I couldn't find any mention of that in documentation or anywhere on piped-extractor main repo.
|
You can expose API server by adding
You may need to remove the healthcheck and |
I will try , however my whole issue is that the api has no issue. The nginx fails to connect to the api on the docker network periodically. Even though api never stopped. |
Official Instance
Describe the bug
Following official documentation for self hosted setup
In the docker-compose nginx service showing error 5xx on piped-api endpoints after a day or two until restarted
To Reproduce
In my setup i have a caddy as reverse proxy, but even bypassing that showed the issue remain.
Expected behavior
Not to break.
Logs/Errors
I couldn’t find any useful log or any sign in any related service
Browser, and OS with Version.
Safari/Opera on iOS
Firefox/Edge on Fedora 41
Additional context
To mitigate the issue i have added to my reverse proxy with my own domain
Then added a healthcheck to the nginx service:
For the last week this solution worked flawlessly , yet i am clueless what causing the nginx to lock up like this
The text was updated successfully, but these errors were encountered: