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.
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: https://github.com/timothymiller/t4-app/issues/155