Cannot update OAuth client id #1487
Loading…
x
Reference in New Issue
Block a user
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?
Description
Hello, I've encountered a really weird bug. I've provisioned a new
clientId
/clientSecret
pair for my Vikunja instance in my IDP software (Zitadel).I then went to edit the config file, have updated the settings there and restarted the server.
However it still uses the old
clientId
.Apparently it's cached in redis, and I had to run
del openid_providers
manually to get it to read the correct setting.Vikunja Frontend Version
v0.20.5
Vikunja API Version
v0.20.4
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
Should be fixed in
9bf535d06f
. Please check with the next unstable build if your problem went away.