Updating the OIDC plugin breaks OIDC
-
I logged into my PeerTube for the first time in a while.
I spotted some notifications about there being updates available to the OIDC plugin:
So I clicked this update to 1.0.2 button
And then OIDC was broken and the plugin wasn't being displayed anymore in my list of plugins.
So I reverted the package to a previous backup so I'm able to login again.
But it'd be be good to be able to update and have it still working!
-
Indeed the upstream plugin is already at version 1.0.2! Maybe the config schema has changed between the versions. Testing with the latest now.
@nebulon mine shows as being on 0.1.1
-
Yes, this is because we are testing the app with that version and thus that version is pinned in the package. We have to ensure we keep up not only with the main app version but also the openid plugin. Ideally the app would support not showing the update, since if users update the plugin on their own, we can't verify that the login actually works....but well, so we have to just release packages alongside the plugin as well for the future.