Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rgillera's avatar

Spark registration - NotFoundHttpException in RouteCollection.php line 161

After clicking register button. It will be redirected to http://localhost:8000/undefined 404 (Not Found) instead of http://localhost:8000/register. PLEASE HELP

0 likes
2 replies
ulrichm's avatar

in my case it was a deprecated php.ini setting allow_raw_http_post_data or something like that, that gave an error in the returned value, so the script coudn´t read the json array , hence "undefined" I changed the value to -1 and it worked

Please or to participate in this conversation.