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
It seems like when a POST request to an API route is sent with files included (array of files) the swoole server breaks and doesn't even show logs of receiving the request.
Then it would timeout.
Steps To Reproduce:
Create an API route.
Upload files to the route and the the server will break.
The text was updated successfully, but these errors were encountered:
Can you first please try one of the support channels below? If you can actually identify this as a bug, feel free to report back and I'll gladly help you out and re-open this issue.
Yes thanks @barryvdh it was singleton issues from firebase kreait, they need to update to support Octane.
The solution was to create asynchronous background jobs to finish the uploads on receive to use the regular PHP CLI
Description:
It seems like when a POST request to an API route is sent with files included (array of files) the swoole server breaks and doesn't even show logs of receiving the request.
Then it would timeout.
Steps To Reproduce:
Create an API route.
Upload files to the route and the the server will break.
The text was updated successfully, but these errors were encountered: