Skip to content
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

Fix api dev command for expo development #158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nickfujita
Copy link

@nickfujita nickfujita commented Jul 5, 2024

Due to a breaking change in wrangler, the worker dev server is now only available on localhost by default. In order to allow access to the dev server on you machine ip, you need to use the --ip option. This allows simulators and physical devices on your local network to successfully call the dev api.

Fixes: #155

@nickfujita nickfujita changed the title Fix expo dev command Fix api dev command for expo development Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not able to access API from expo app or phone browser
1 participant