OpenID login fails after update to 0.21.0 when language unset #3675
Labels
No Label
area/internal-code
changes requested
dependencies
duplicate
good first issue
help wanted
hosting
invalid
kind/bug
kind/feature
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/frontend#3675
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Description
Using the web app fails after update to 0.21.0. The following error is shown after successful authentication via OpenID (Authelia):
If I downgrade the frontend to 0.20.5, login is possible but functionality is limited because of the namespaces/project change.
I've checked the web and server logs; server log is clean. Browser console prints:
Request to
/api/v1/user
is successful and returns user info. User does not have language set. After setting a language with the old frontend, login to the new frontend version is possible again.Vikunja Frontend Version
0.21.0
Vikunja API Version
0.21.0
Browser and version
latest stable Chrome + Firefox
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
This sounds like the issue reported here: https://community.vikunja.io/t/error-refreshing-user-info-on-new-install/1470
Does the solution proposed in the forum works for you?
What's set in the database for that user?