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
After upgrading to 0.6.1 and 0.4.1, the panel is throwing "Whoops, looks like something went wrong." when accessing SFTP Settings and Databases on existing servers.
The only reason that error would occur is because the encryption key used when generating the SFTP password was different from the one currently existing. Something edited it, it isn't anything broken with the panel code.
The only real way to fix this is to set sftp_password to NULL for each broken server in the servers table.
After upgrading to 0.6.1 and 0.4.1, the panel is throwing "Whoops, looks like something went wrong." when accessing SFTP Settings and Databases on existing servers.
The following error is thrown in the laravel log:
Note, I did not run
php artisan key:generate --force
during the upgrade.The text was updated successfully, but these errors were encountered: