Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In older templates, (i.e made for wrangler 1.x), `account_id =''` is considered as a valid input, but then ignored. With wrangler 2, when running wrangler dev, we log an error, but it fixes itself after we get an account id. Much like #1329, the fix here is to normalise that value when we see it, and replace it with `undefined` while logging a warning. This fix also tweaks the messaging for a blank route value to suggest some user action.
- Loading branch information