Answer the question
In order to leave comments, you need to log in
The MAC is invalid laravel?
I found the following error in the logs:
production.ERROR: exception 'Illuminate\Contracts\Encryption\DecryptException' with message 'The MAC is invalid.' in /var/www/html/bootstrap/cache/compiled.php:13119
Answer the question
In order to leave comments, you need to log in
Check the secret key, it should be 16 characters long.
Also run the command composer dump-autoload
This problem can be caused by anything. Perhaps you have changed the key and are trying to decrypt an old entry - in this case, the key will not work, which will cause an error.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question