vuetable-2-with-laravel-5.4
vuetable-2-with-laravel-5.4 copied to clipboard
production.ERROR: RuntimeException: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.
Install instructions do not work. I see only this in the browser window navigating to 127.0.0.1:8000:
Whoops, looks like something went wrong.
Whoops, looks like something went wrong.
Besides other messages there is one error in storage/logs/laravel.log:
production.ERROR: RuntimeException: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths. in /path/to/vuetable-2-with-laravel-5.4/vendor/laravel/framework/src/Illuminate/Encryption/Encrypter.php:43
Was able to fix the error by running php artisan key:generate.
I was going to say this. Looks like you figured it out. 👍