Closed danielgroen closed 3 years ago
how did you update? i was able to update using docker-composer pull
with no issues.
at the beginning i did the same but when it failed i tried several things.
maybe some things changed?
however if i read the error log above i think it looks for the method App\Models\Account::emailsSent()
when i open the file Account.php i indeed dont see a method emailsSent, could it be it has to do something with that?
oh i see that it should be in the vendor. however i've also tried 'composer install' but it didn't do the trick. or do i have to clear some cache after doing the composer install?
You should never need to use composer install in docker.
I think winding back to the app to a different version has caused an issue somewhere.
Hi,
i use docker and since i updated, i can't login and i got the "500: server error" message at the login prompt.
Any idea's?
php artisan cahce:clear
didn't do the trick!