Replies: 4 comments 8 replies
-
Hey @egonbraun 👋🏻
|
Beta Was this translation helpful? Give feedback.
-
Could you please remove that option? |
Beta Was this translation helpful? Give feedback.
-
Sure, doing it now :) |
Beta Was this translation helpful? Give feedback.
-
I believe that did it! Thanks, it is still failing but now I see why it is failing and I gotta do some digging on my end to find the root cause. Thank you very much @rustatian! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a backend application written in
PHP 8.1
andLaravel v9.19.0
. We were using NginX+FPM and now we are trying to migrate to NginX with Octane+RoadRunner but we are running into an issue that I need your help with.So, we are using
RoadRunner 2.10.6
and our controller function is running fine, however when the controller function returns theIlluminate\Http\Response
object RoadRunner crashes and NginX returns a 500 error. No logs, no stack traces, nothing. I just see the 500 error in access logs.I also noticed that RoadRunner processes are becoming defunct (zombie). When I run
ps auxww
I see dozens of processes like this one:This is how the RoadRunner process is being executed by Octane:
I could use some ideas on how to further troubleshoot this issue.
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions