-
I'm developing an app using React Native / Expo. To make fetch requests to an API running on a local PC from Expo Go, you need to make requests in the format of private_ip:8787 rather than localhost:8787. However, in the case of Hono, this approach resulted in errors and didn't work properly. Could you please tell me the cause of this and how to resolve it? |
Beta Was this translation helpful? Give feedback.
Answered by
mayone-du
May 30, 2024
Replies: 1 comment 15 replies
-
Please show me details of error |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for thinking together with me! We resolved it by adding the ip option to the wrangler command 🎉
npm scripts↓