Passwords App Token Expiration Complaint on 33.03

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.

Thanks!

Yes, the issue is known and a fix is available in the nightly version.

how to install the nightly version ?
Please post some guideline how to fix this problem, post a link where to find how to apply the nightly build.

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.

I would recommend to reinstall the app. My best guess is there are files missing or duplicate files

Do you have a list what to remove so it looks like a new install ?

  • I removed all data in apps
  • data/apps
  • and all databasse tables;

oc_passwords_challenge
oc_passwords_folder
oc_passwords_folder_rv
oc_passwords_keychain
oc_passwords_password
oc_passwords_password_rv
oc_passwords_pw_tag_rel
oc_passwords_registration
oc_passwords_session
oc_passwords_share
oc_passwords_tag
oc_passwords_tag_rv

FYI I can install other apps, but reinstall passwords does not bring tables back into the database.

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.