Nevermind. The Breeze installation works. I am missing something in my code.
I don't think you are supposed to visit http://127.0.0.1:13714/ directly. The NOT FOUND test probably shows up even when thinks are working correctly.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have just started experimenting with Inertia SSR and I believe I have copied all of the requirements from the Breeze and JetStream examples. I have gone through all of the docs for Inertia / Vite.
When I run:
node bootstrap/ssr/ssr.mjs
And visit:
http://127.0.0.1:13714/
This is all I see:
{"status":"NOT_FOUND","timestamp":1673617447187}
I have also tried this on a fresh Breeze installation. The same thing happens. So it seems there is a problem outside of the code.
I am running Windows 10 and Laragon. Perhaps there is something I need to configure on Laragon? (it's basically WAMP)
Thank you.
Just to be clear. I opened this issue because I did not understand the 'Not Found' message. There is nothing wrong here, it was just a misunderstanding. I suggest opening a new issue.
Please or to participate in this conversation.