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
Using the CA template, when accessing the webui, i'm getting:
An error occurred
There was an error on the server while processing your request. Try refreshing your browser and if that doesn't help, please try again at a later time. If the problem persists, you can seek help in ways listed below:
In the logs can see it can't read from the cache folder. I've played around forcing the ID the docker should run on (PUID=1000 / PGID=1000), giving 777 to the host path (appdata/wger/) and running with privilege rights, but none have worked.
Have tried both with and without redis, though don't think that's related.
After much playing around, changing the folder permission to 777 does fix the permission problem (surprise). That led to the problems faced in wger-project/docker#17, that was solved with wger-project/docker#17 (comment).
So I now have a working installation! (need to use it now!), but the original issue stands, what should be the PUID and PGID of the container and what should be the owner and group of the folder to solve the permission denied? and, how can we add the ngix server to the CA template to solve the webserver issue? Though using django debug works fine (at least for now?).
Hi,
Using the CA template, when accessing the webui, i'm getting:
An error occurred
There was an error on the server while processing your request. Try refreshing your browser and if that doesn't help, please try again at a later time. If the problem persists, you can seek help in ways listed below:
In the logs can see it can't read from the cache folder. I've played around forcing the ID the docker should run on (PUID=1000 / PGID=1000), giving 777 to the host path (appdata/wger/) and running with privilege rights, but none have worked.
Have tried both with and without redis, though don't think that's related.
Also seeing wger-project/wger#1513, but again, don't think that's related.
Attached are the logs and the XML for the docker. Any help figuring out what's causing the problem is much appreciated.
wger-unraid-2024-01-09T14-12-44.log
wger.txt
The text was updated successfully, but these errors were encountered: