Search code examples
laravelswooleoctane

Laravel octane - Infinite loading on server error


When I get a server error or it encounters a dd method, the request hangs forever and no response comes. enter image description here

PHP: 8.0.3

Laravel: v8.62

Octane + Swoole

Running in wsl2


Solution

  • dd() is not compatible with Laravel Octane.