I'm working with Laravel 12 (with Breeze), VueJS, Debugbar, all in their newest versions. My server is running locally on my MacBook, and developing on this MacBook works fine. The app works correctly on the MacBook when I access it via:
http://localhost:8888
http://192.168.1.32:8888
However, when I go to http://192.168.1.32:8888 from a different MacBook on the same network, I get a blank page.
It used to work fine when I used Laravel blades in the past. I do see the Debugbar on the other MacBook, so I would also expect the page working as expected.
I searched online, but I’ve only been working with VueJS for the last few months and I could not find a solution.
Can anyone give me pointers on what it could be? I am at a loss.
Help is greatly appreciated, thanks in advance.