mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-25 16:01:22 -05:00
Notifications & 401 #44
Reference in New Issue
Block a user
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 @tamaskan on GitHub (Apr 12, 2022).
Hi, i have a strange issue:
Frontend: 0.18.2
Api: 0.18.1
Usually after a few days i get the constant "invalid or expired jwt"-Message from /api/v1/notifications on Firefox. Everything else works and uses the new token, but this request keeps using the expired one.
@kolaente commented on GitHub (Apr 18, 2022):
If you log out and back in again, does it work? Or do you get the same error message?
Can you reproduce this on try?
@tamaskan commented on GitHub (Apr 18, 2022):
i usually refresh the page and everything works again, but i will try the demo-installation
@tamaskan commented on GitHub (Apr 22, 2022):
Tried it with the demo-installation and it's the same result. Does the window need to be in focus ? I just have a new browser-window on another monitor and don't interact with it.
@kolaente commented on GitHub (Apr 25, 2022):
It should refresh the session every time you bring the window in focus and it is about to expire. It looks like the notification polling does not use the refreshed session.
@tamaskan commented on GitHub (Apr 25, 2022):
it won't be an issue for me when the new version comes out and i can set a multiple year long jwt.
i don't know if other people are using it like i do, but it shouldn't be an issue for the vast majority of users.
@kolaente commented on GitHub (May 10, 2022):
Should be fixed in
3e7f598ee8- please verify on try if it is solved. Feel free to ping if you have other issues or it still does not work.