I just updated to NC33.03 today. I didn’t notice at first, but now I see the following message when going to the Passwords app web page:
The session token is no longer valid. The app will now reload.
I’m guessing this is or will be known, as I have several instances and all seem to have the problem. The Passwords app is version 2026.3.21, which I believe to be the latest.
I’m just making sure this is a thing others have seen as well, and assuming it’ll be handled in due time.
A regular update has been released by now. If you still see the issue after updating trough the Nextcloud appstore, log out and log back in.
Nightly updates can be found on the nextcloud appstore website and installed by downloading them and placing the extracted files in the apps / custom_apps folder, replacing the currently installed passwords folder with the new one.
Un fortunately we are running into the next problem,the app is showing the folders now, and som passwords which are not in a folder. The passwords are working but the folders won’t open.
in the logging we found;
\[passwords\] Fatal
[passwords] Fatal: Object encryption type SSEv1r2 does not exist
POST /index.php/apps/passwords/api/1.0/password/list
fromxxxxxxxxxxxxxxxxxxxxxx by Henk.sterken at 2 mei 2026, 18:41:26
This goes for every user. I tried to restore a backup from my passwords, this also fails.
Are you saying you deleted the tables and all the backups in data/appdata/passwords? Why?
Yes, the tables are not coming back as Nextcloud does never expect you to change anything in the database manually.
Run DELETE FROM `oc_migrations` WHERE app = 'passwords' to reset which migrations have been run for the app.
Run DELETE FROM `oc_preferences` WHERE appid = 'passwords' to delete all remaining user settings for the app because some of these are bound to stuff in the tables you deleted.
Run DELETE FROM `oc_appconfig` WHERE appid = 'passwords' to delete all remaing app configuration for the app.
Then go into the appstore and reinstall the app by clicking “deactivate”, then “remove” and then “download and activate”. Then it should reinstall as new.
Thank you very much, That did the trick. And yes I removed the tables by hand.
In the mean while the server was running with a snapshot, so in case I messed up I am allways able to revert to the situation where the snapshot was taken.
But in short, after the ‘new’ install, I restored a backup, where after, all is running fine again.