-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expo debug: waiting for bundler on 127.0.0.1
getting 404 for http://127.0.0.1/json/list
#235
Comments
same here |
@byCedric https://github.com/stefan-schweiger/expo-debugger-bug maybe there is a bit more to trim, but I can simulate the behavior with this (in expo go as well as in my own devclient) |
@byCedric if you find the time can you let me know if the repro behaves the same for you? |
@byCedric any update on this? |
Hi, I'm having the same issue as well. Would love updates. |
I got the same issue too. |
I got this issue too. |
I'm having the same issues as well |
Just worked it out, at least for me.
Voilà |
Description of the bug
When I start the debugger via "Expo: Debug Expo app on a device or simulator, using Hermes" I get an popup which tells me
Expo debug: waiting for bundler on 127.0.0.1
but nothing happens. From monitoring the network traffic I see that requests are made tohttp://127.0.0.1/json/list
which just error out with 404.The weird thing is that the debugger was working for me a few weeks ago and also just accessing
http://127.0.0.1
returns a valid response:Expected behavior
Debugger should start correctly
Actual behavior
Additional context
Extension version 1.0.7 (but I have also tried the current pre-release)
The text was updated successfully, but these errors were encountered: