mirror of
https://github.com/nspcc-dev/panel-fs-neo-org.git
synced 2026-03-01 04:29:25 +00:00
Sometimes signing a token doesn't refresh a page #102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Mar 26, 2024).
Current Behavior
Sign->Authorize->Page still showing "SIGN".
It gets the token (POST /auth) successfully, but never updates. And this can happen in any case of token signing, sometimes it's EACL, sometimes it's delete.
Expected Behavior
If there is a token generated, "SIGN" must disappear and it should be possible to perform some operation.
Steps to Reproduce
Unfortunately, there is no clear set of actions that leads to this. Most of the time it works. Sometimes it doesn't. Maybe it's related to the time that it takes to sign, maybe it's related to wallet.
Your Environment
@roman-khimov commented on GitHub (Aug 12, 2025):
Can't reproduce now.