mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
403 Forbidding when moving tasks #231
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 @GoliathLabs on GitHub (May 30, 2024).
Description
I'm getting a 403 when I try to move a task in a Kanban board. I have admin rights and I'm a member of the team. The problem can usually be solved by removing the user and adding them back to the team.
I'm using OIDC (Authentik) for authentication
Vikunja Version
Version: v0.23.0+656-e618becdf4
Browser and version
FireFox 126.0.1 (64-bit)
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
@kolaente commented on GitHub (May 31, 2024):
Does that reproduce it reliably?
What did you try to reproduce it on the demo instance? Since that runs the latest unstable build, it should be reproducible there, as on your instance.
Can you provide exact steps to reproduce the problem?
@GoliathLabs commented on GitHub (Jun 9, 2024):
The problem occurs from time to time. Removing and re-adding the user to the team sometimes helps.
I've attached my configuration below, omitting sensitive values.
We have several projects. Access to these projects is managed through a team to which the OIDC users are added if necessary. We also have some team-independent boards where users are added directly from the project settings.
We use the latest Authentik 2024.4.2 with the normal OIDC configuration.
After a few days and some logouts/logins, the problem occurs for some users.
@kolaente commented on GitHub (Jun 10, 2024):
Does it only happen when moving tasks?
@GoliathLabs commented on GitHub (Jun 10, 2024):
Yes
@kolaente commented on GitHub (Jun 10, 2024):
This sounds like this bug which was fixed in
6c8299772a- unrelated to teams or sharing. Does it work if you update to the latest unstable build? (your reported versionv0.23.0+656-e618becdf4does not have the fix)@GoliathLabs commented on GitHub (Jun 12, 2024):
I've just upgraded and the problem seems to be gone. Thank you!