I am getting this error in my domain where I have used laravel v8 for my site.

It shows error in line no 52 in index file:

Previously my .env file was not reading. As soon as I fixed that error I got this one now. Please help me solve this error.

This issue might occur due to change in
APP_KEYvalue in your.envfile.APP_KEYis used for secure data transmission and Laravel recommends to do that by setting it to a random string.A encrypted data can be decrypted if you use the same
keywhich was used while encrypting.So if possible look for a backup
.envfile and use the sameAPP_KEYto resolve it.