I have some workers routes defined in my `wrangler.toml` that work in production: ```toml routes = [
I have some workers routes defined in my
when I print the login url (using Hono via
Locally though, with
wrangler.toml that work in production:when I print the login url (using Hono via
c.req.url) I correctly get https://foo.com/login when it's deployed to Cloudflare.Locally though, with
wrangler dev , I get http://send/login - it seems to be using the first route as the hostname, which is bizarre. Is this is known issue?



