Something wrong with web UI

Hi @funkysloth, welcome to the forum.

The timing is most likely related to the new beta release that went out 2024-11-29, which also had a rewrite of the authentication code.

The “connection lost” dialog is only checking the connection from the browser to Duplicati. Duplicati may well be running fine in the background, as if you were not logged in at all.

The countdown should only happen if there are two consecutive login failures. Can you try to clear the browser cache?

Also, if you can try the developer tools in your browser, maybe we can get a closer look at what requests are failing and indentify the sequence.

That one is mostly log-spam caused by an older design of the API. If no backup task is active, it returns 404, which the logging code thinks is a failed request and logs it. It is safe to ignore.

I do not fully understand this part. The screenshots are just for the login, that view has no effect on the running backup. What error messages do you see on the failed backups?