Can't access UI 403: Forbidden #2239
Replies: 3 comments 1 reply
-
if you are trying to change settings.json you must first stop the container, then edit the file and then start.. you cannot edit while the container is running. |
Beta Was this translation helpful? Give feedback.
-
So, I believe this issue is caused by the location of the /data volume. When I point it at my original location (which is a mounted network share /mnt/servernas/transmission/) I get the 403. I'm assuming it's a permissions error causing the problems, I dont have the greatest grasp on permissions, but the /mnt/servernas/transmission folders are owned by root, and as far as I can tell, transmission is running as root. But I'm assuming I'm missing something in this equation. |
Beta Was this translation helpful? Give feedback.
-
Not so much an answer, but addition. PodmanDon't forget :Z at the end of any volume mapping, it's related to SELINUX and things behave poorly if you don't, as in access denied.
Otherwise I've been successful with moving from Docker to Podman for containers to provide home services. |
Beta Was this translation helpful? Give feedback.
-
Is there a pinned issue for this?
Is there an existing or similar issue/discussion for this?
Is there any comment in the documentation for this?
Is this related to a provider?
Are you using the latest release?
Have you tried using the dev branch latest?
Docker run config used
Current Behavior
Just upgraded for the first time in a long while, I can no longer connect to the web UI and my other containers cannot communicate with Transmission. Error message I get is
I've tried standing up the proxy container as well. Once configured properly and started up, I get the exact same error message when I navigate to the proxy address (8080)
Originally my configuration did not contain the environment setting for
- TRANSMISSION_RPC_WHITELIST_ENABLED=false
But that appears to not be having any effect on the issue.
Expected Behavior
Expected to be able to connect via web ui and sonarr/radarr/etc..
How have you tried to solve the problem?
Log output
HW/SW Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions