Unhandled decryption error in Fedora 37

After updating to the latest version (v1.3.3467.51) on Fedora 37, I’m seeing this in pritunl-client-electron when trying to connect to a profile that has been known-good for quite a while:

Main: Unhandled rejection message=Utils: Failed to decrypt string e3 Error: Error invoking remote method 'processing': Error: Error while decrypting the ciphertext provided to safeStorage.decryptString. Decryption is not available. stack=Error: Error invoking remote method 'processing': Error: Error while decrypting the ciphertext provided to safeStorage.decryptString. Decryption is not available. at a.invoke (node:electron/js2c/renderer_init:2:7610)

Manually installing previous versions of the client do not solve the message, so maybe this related to a library update in Fedora? The error message is a bit cryptic for me.

This can be fixed by deleting the profile and importing it again. The Electron safeStorage has been disabled for new profiles in the latest release due to issues that have occurred. If a profile is already using safeStorage it will continue to use it.

Thanks! That worked.