mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-22 13:05:43 -05:00
Unable to Login #606
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 @akorb90 on GitHub (Sep 10, 2025).
Description
Hello everyone,
today I realized something is broken with my vikunja installation. I'm unable to log into the web interface:
I'm only using OIDC Login.
I'm not quite sure when it was working for the last time, I did an update like a week ago any maybe only used my webdav android app since then.
I had an collation error in the database as it didnt get updates properly:
db-1 | 2025-09-10T14:08:48.738699116Z 2025-09-10 14:08:48.738 UTC [209] WARNING: database "vikunja" has a collation version mismatch
db-1 | 2025-09-10T14:08:48.738727642Z 2025-09-10 14:08:48.738 UTC [209] DETAIL: The database was created using collation version 2.36, but the operating system provides version 2.41.
db-1 | 2025-09-10T14:08:48.738738280Z 2025-09-10 14:08:48.738 UTC [209] HINT: Rebuild all objects in this database that use the default collation and run ALTER DATABASE vikunja REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Fixed it with "ALTER DATABASE vikunja REFRESH COLLATION VERSION", now no more errors, but still can't login.
Any ideas on this? The logs don't show any error, diffrent browser doesn't work as well
Vikunja Version
latest docker image
Browser and version
brave, edge and firefox in current versions
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
@kolaente commented on GitHub (Sep 10, 2025):
You'll need to set a publicurl. https://vikunja.io/docs/config-options/#1-service-publicurl
Closing as duplicate of https://github.com/go-vikunja/vikunja/issues/1303
@akorb90 commented on GitHub (Sep 11, 2025):
Hi,
I have already set the Publicurl beforre the update and it's pointing to the correct url. Here's my anonymized compose:
and the config.yaml:
@akorb90 commented on GitHub (Sep 11, 2025):
I just recreate my config.yaml atfer I found this line in the logs:
Did you change the format of the yaml?
old:
new and working: