Open lucasplcorrea opened 3 days ago
Looks like your setup is causing connection issues:
cURL error 28: Connection timed out after 15001 milliseconds
I'll try to reinstall from another way, but, i think the error is caused by the curl on the wrong location
cURL error 28: Connection timed out after 15001 milliseconds (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://appslist.heimdall.site/list.json
curl should made a request on my server, not on applist.heimdall.site, right?
tryed with docker run instead docker-compose, and the error persists
Can you post the logs from the container?
I installed Heimdall via docker compose, but after a few minutes of running, when I try to access a list of users or applications I get a 500 error.
When I check the logs I have:
My docker-compose:
After restarting the container it works for a few more minutes and stops working until it is restarted again.