You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running locally with artisan serve everything is well, but in production or locally with Laravel Octane, I get the error RoadRunner can't communicate with the worker and I get a 500 error.
Locally, Roadrunner dumps some raw Excel data before processing the request stops.
Has anyone else experienced this and know of a potential solution?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I use this code in my controller to generate a excel file:
When running locally with
artisan serve
everything is well, but in production or locally with Laravel Octane, I get the errorRoadRunner can't communicate with the worker
and I get a 500 error.Locally, Roadrunner dumps some raw Excel data before processing the request stops.
Has anyone else experienced this and know of a potential solution?
Beta Was this translation helpful? Give feedback.
All reactions