Duplicati-server-util Failed to refresh token #119
Replies: 2 comments 2 replies
-
|
provide your docker run and your container logs. Please provide text as text not pictures of text. if you dont know how to get the docker run, dont randomly paste something else, google how to get the docker run i should also note that duplicati changed how refresh tokens work in aug 2025 (and a couple times just before that). you dont define what "some time" is, but maybe this will reveal something |
Beta Was this translation helpful? Give feedback.
-
|
I noticed that a settings.json is created in /config right after I use the login command which contains the refresh tokend. So I assume it's not a mapping problem. Another thing: I just got logged out of the web interface in the middle of a running backup and my password didn't work anymore when I tried to login again. Nothing in the log about this. I restarted the container and it worked again. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using the Linuxserver Duplicati Docker image on Unraid and until recently the login token via the duplicati-server-util cli was saved without any issues even after restarting the container, but for some time now, that doesn’t seem to be working anymore.
At first, the login command within the container works, and a token is supposedly saved:
But when I start a backup immediately afterward using
run, the refresh token cannot be used:What’s going wrong here? The /config directory is mounted on the host. What’s strange is that immediately after the login command, no token can be found without the container having been stopped or restarted.
Beta Was this translation helpful? Give feedback.
All reactions