I write a simple live chat converastion and works well, but in some cases,ajax request get error 500 (Internal Server Error) and the request is not complete
Record error in Laravel.log :
2017-02-28 16:49:54] production.ERROR: exception 'RuntimeException' with message 'The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths.' in D:\wamp\www\***\vendor\laravel\framework\src\Illuminate\Encryption\Encrypter.php:43
where is the problem?
via lock