-
Notifications
You must be signed in to change notification settings - Fork 712
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
🐛 BUG: Disabling workers dev domain doesn't work #410
Comments
I concur with this - I noted it also in #301 |
petebacondarwin
added a commit
that referenced
this issue
Feb 14, 2022
Previously we always published to the workers.dev subdomain, ignoring the `workers_dev` setting in the `wrangler.toml` configuration. Now we respect this configuration setting, and also disable an current workers.dev subdomain worker when we publish and `workers_dev` is `false`. Fixes #410
petebacondarwin
added a commit
that referenced
this issue
Feb 14, 2022
Previously we always published to the workers.dev subdomain, ignoring the `workers_dev` setting in the `wrangler.toml` configuration. Now we respect this configuration setting, and also disable an current workers.dev subdomain worker when we publish and `workers_dev` is `false`. Fixes #410
petebacondarwin
added a commit
that referenced
this issue
Feb 14, 2022
Previously we always published to the workers.dev subdomain, ignoring the `workers_dev` setting in the `wrangler.toml` configuration. Now we respect this configuration setting, and also disable an current workers.dev subdomain worker when we publish and `workers_dev` is `false`. Fixes #410
Repository owner
moved this from In Review
to Done
in workers-sdk
Feb 14, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of
Wrangler
are you using?alpha (14098af)
What operating system are you using?
MacOS
Describe the Bug
When adding
workers_dev = false
towrangler.toml
and instead using a custom domain with routes, the dev domain is still enabled and able to be used to receive requests. This is not desired behavior.The text was updated successfully, but these errors were encountered: