Forgot your password - 500 ERROR

Raven

New Member
Jul 9, 2019
14
1
3
41
The FS PBX is installed on the internal network. After modifying the email, I tried to use the "forgot password" function, but it directly displayed a 500 error after I enter my email. I also did not receive any email.
 
after updating the .env file you always need to run this

Code:
cd /var/www/fspbx
php artisan config:cache

If this doesn't help..

Run this command
Code:
tail -f /var/www/fspbx/storage/logs/laravel.log

Then try to reproduce the error again. Post the last error. The log could be long. Make sure to post all lines from the last error.
 
  • Like
Reactions: Raven
after updating the .env file you always need to run this

Code:
cd /var/www/fspbx
php artisan config:cache

If this doesn't help..

Run this command
Code:
tail -f /var/www/fspbx/storage/logs/laravel.log

Then try to reproduce the error again. Post the last error. The log could be long. Make sure to post all lines from the last error.
Thanks for your help, it is working right now.