Replies: 2 comments
-
I forgot to mention, when the Node server not running and I already build using |
Beta Was this translation helpful? Give feedback.
0 replies
-
edit
to
replace "192.168.5.80" with the ip of your dev device |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I develop a mobile web from a Mac, I want to access the site using my Android device running in the same network
Usually I can access it normally when I host on 0.0.0.0 or using tunnel like ngrok back when I use normal Laravel
Now I want to try Inertiajs, it seems I need to access two running backend in development*, the Node server and the Laravel server. But when I access the Laravel address from my mobile phone, react-refresh throw this error
How do I let react-refresh know the IP Address of my development server?
Beta Was this translation helpful? Give feedback.
All reactions