Skip to content

session-valid overflows between 24 and 25 days #2309

@madduck

Description

@madduck

[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:

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working or in unexpected wayswebuiWebUI issues

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions