I've just resolved the similar issue. Without using a queue everything worked all right, but when I added ShouldQueue to my class responsible for the sending of email I received the same exception. In my case there was a call to helper request() in function build(). Instead of this, I should have used dependency injection to pass the necessary data to this class, which is suggested by documentation. Maybe, this will help
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community