You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as I try to start a saved connection to a server after updating to pgAdmin v9, I get the error message:
Failed to decrypt the saved password.
Error: 'utf-8' codec can't decode byte 0xab in position 0: invalid start byte
When I enter the password, I can log in normally. If I then try to save the password again, the same problem occurs again after logout/login to pgAdmin. We did not have this problem in v8.14.
To Reproduce
Steps to reproduce the behavior:
Go to 'Servers'
Click on 'Saved Server configuration to connect to the server'
See the error:
Expected behavior
I can connect to the server using access data that has already been saved in pgAdmin.
Error message
Failed to decrypt the saved password.
Error: 'utf-8' codec can't decode byte 0xab in position 0: invalid start byte
Setup:
OS: Docker Container based on dpage/pgadmin4
Version: 9.0
Mode: Server
Package type: Docker Container
We use a database to store the user settings.
The text was updated successfully, but these errors were encountered:
Description
As soon as I try to start a saved connection to a server after updating to pgAdmin v9, I get the error message:
When I enter the password, I can log in normally. If I then try to save the password again, the same problem occurs again after logout/login to pgAdmin. We did not have this problem in
v8.14
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I can connect to the server using access data that has already been saved in pgAdmin.
Error message
Setup:
dpage/pgadmin4
We use a database to store the user settings.
The text was updated successfully, but these errors were encountered: