mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
🐛 Bug Report: Can no longer create OIDC clients #169
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 @dougmeredith on GitHub.
Reproduction steps
In the UI, create a new client. Just specify a name and nothing else.
Expected behavior
It should create a client.
Actual Behavior
It reports "Something went wrong".
From the log:
Version and Environment
v1.3.0
Database is SQLite.
Log Output
No response
@golias17 commented on GitHub:
Also no errors, and updated from 1.2.0 to 1.3.0.
@golias17 commented on GitHub:
Having the same problem with PostgreSQL.
@dougmeredith commented on GitHub:
I tried restarting it, and there were no errors.
@kmendell commented on GitHub:
If you restart the container do you see any logs about migrations failing?
@stonith404 commented on GitHub:
Thanks for reporting this, this should be fixed in
v1.3.1. The Docker image is available in a few minutes.The issue was that the migration for creating this column was initially created before the migration you ran. Because of that Pocket ID thought that it already applied every necessary migration. I have changed the timestamp of this migration which should fix the isue.
@dougmeredith commented on GitHub:
Awesome. Thanks for the quick attention to this.
@golias17 commented on GitHub:
Great, thanks a lot