When I upgraded to 1.3.3 from 1.2, I get locked out of the web interface. I have a sneaking suspicion that upgrading is erasing Appwrite’s configuration and that’s why I am getting locked out. Ordinarily, it summarily logs in without my having to enter a password. I can’t send myself a password reset link because there’s appears to be a bug that prevents the SMTP from connecting.
Summary
User is experiencing an issue after upgrading to version 1.3.3. Upgrading may have caused the encryption key to change, making certain fields, such as the console user password, inaccessible. The solution is to ensure that the correct key is used in the configuration files (.env and docker-compose.yml). The user suspects that the upgrade may have erased Appwrite's configuration, leading to being locked out of the web interface. Additionally, there is a bug preventing the SMTP from connecting for password reset emails.
Drake
Admin
May 1, 2023, 04:48
What's in your appwrite folder?
mauricev
Rank 2: Process
May 1, 2023, 06:11
You mean the docker-compose.yml and .env files? They are there. I just realized I put in a different _APP_OPENSSL_KEY_V1. Might that cause a problem?
mauricev
Rank 2: Process
May 2, 2023, 02:44
Thanks, that indeed was the problem. Does that mean once we pick a key, we are stuck with it forever?
P.s. from what I see the password itself will be written in a one-way encryption behind the two-way encrypt filter. That mean that even after the decryption process the value of the password will still be hashed-encryption.
So it's add another level of safety around the save hashed password.