From aaa025c2bb40a26cd385e3867a75f465ec497942 Mon Sep 17 00:00:00 2001 From: maxDorninger <97409287+maxDorninger@users.noreply.github.com> Date: Thu, 17 Jul 2025 23:05:25 +0200 Subject: [PATCH] remove link to removed reverse proxy documentation --- Writerside/topics/troubleshooting.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Writerside/topics/troubleshooting.md b/Writerside/topics/troubleshooting.md index 3a7ccff..7bbf069 100644 --- a/Writerside/topics/troubleshooting.md +++ b/Writerside/topics/troubleshooting.md @@ -14,16 +14,7 @@ * Ensure the `FRONTEND_URL` is accurate and that your OpenID provider has the correct redirect URI whitelisted ( e.g., `http://your-frontend-url/api/v1/auth/cookie/Authentik/callback`). -## CORS Errors - -* Ensure `FRONTEND_URL` is correctly set. -* Ensure your frontend's url is listed in `CORS_URLS`. -* Check if your reverse proxy is correctly configured, see [Reverse Proxy Configuration](Reverse-Proxy.md) for examples. ## Data Not Appearing / File Issues -* Verify that the volume mounts for `IMAGE_DIRECTORY`, `TV_DIRECTORY`, `MOVIE_DIRECTORY`, and `TORRENT_DIRECTORY` in - your `docker-compose.yaml` are correctly pointing to your media folders on the host machine. -* Check file and directory permissions for the user running the Docker container (or the `node` user inside the - containers). * For hardlinks to work, you must not use different docker volumes for TV, Torrents, etc. \ No newline at end of file