mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 08:54:12 +02:00
1.1 KiB
1.1 KiB
Troubleshooting
Note the lack of a trailing slash in some env vars like FRONTEND_URL. This is important. Always check the container and browser logs for more specific error messagesAuthentication Issues (OIDC)
- Verify
OPENID_CLIENT_ID,OPENID_CLIENT_SECRET, andOPENID_CONFIGURATION_ENDPOINTare correct. - Ensure the
FRONTEND_URLis accurate and that your OpenID provider has the correct redirect URI whitelisted ( e.g.,http://your-frontend-url/api/v1/auth/cookie/Authentik/callback). - Check backend logs for errors from
httpx_oauthorfastapi-users.
CORS Errors
- Ensure
FRONTEND_URLis correctly set. - Ensure your frontend's url is listed in
CORS_URLS.
Data Not Appearing / File Issues
- Verify that the volume mounts for
IMAGE_DIRECTORY,TV_DIRECTORY,MOVIE_DIRECTORY, andTORRENT_DIRECTORYin yourdocker-compose.yamlare correctly pointing to your media folders on the host machine. - Check file and directory permissions for the user running the Docker container (or the
nodeuser inside the containers).