I have a website built with Laravel 11. The website runs smoothly, but sometimes it gets an error like 500 server error
. I checked the laravel.log and found this.
local.ERROR: Cannot instantiate interface Illuminate\Contracts\Events\Dispatcher.
This error will resolve itself and will eventually happen again. I noticed that it could happen if my website traffic has a lot of requests, like up to 50 requests at that time (the website analytics is per 10 minutes).
Any suggestion to solve this problem?