-
Notifications
You must be signed in to change notification settings - Fork 171
session-valid overflows between 24 and 25 days #2309
Copy link
Copy link
Closed
Labels
bugSomething isn't working or in unexpected waysSomething isn't working or in unexpected wayswebuiWebUI issuesWebUI issues
Milestone
Description
[This is over from #2292 to split the two seemingly unrelated issues]
After I log in, Docspell goes into a bit of a tornado, and will attempt to "add account to local storage" (from browser console) multiple times a second:
These are calls to /api/v1/sec/auth/session, causing the auth cookie and also the account data in local storage to change every time, as a new token is received. And megabytes of data to be transferred within minutes.
There is no way to stop this, other than to close the tab. Meanwhile, the CPU goes into party mode, and the machine heats up.
Note that it happens to me on Firefox, Chromium, as well as a fresh Firefox profile in a fresh Windows 11 install.
It does not matter whether I am using OIDC or local auth.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't working or in unexpected waysSomething isn't working or in unexpected wayswebuiWebUI issuesWebUI issues
