mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[GH-ISSUE #66] [Generic OAuth Providers] plugin requires manual run of database migrations to create generic_oidc_providers table #44
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/plugins#44
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @dfsek on GitHub (Dec 28, 2025).
Original GitHub issue: https://github.com/pelican-dev/plugins/issues/66
Hey, I just installed Pelican and am using it with the
generic-oidc-providersplugin. Immediately upon installing it I am greeted with an error 500 screen on all pages of the panel, with the following logged:Removing the plugin folder, reloading the panel, running the following command, then reinstalling the plugin resolves the issue:
Seems like the migration isn't being run when the plugin is installed. I'm using a SQLite database.
@dfsek commented on GitHub (Dec 28, 2025):
I might also be dumb but I cannot for the life of me find where to configure the plugin in the admin UI
@Boy132 commented on GitHub (Dec 28, 2025):
That's a known issue. Errors during plugin installation are silently discarded.
Please visit the Discord for support.