Max Rozen
Max Rozen
Closing as inactive/needs reproduction
`wrangler dev` does not support proxies, `wrangler dev --local` should fix it temporarily. Adding this to the backlog.
Hate to interject, but you could start with one: ```js const magicLogin = new MagicLoginStrategy({ path: `/auth/magiclogin` // Will create /${path}, /${path}/confirm and /${path}/callback routes }) ``` Then provide the...
Hey so with https://github.com/cloudflare/miniflare/pull/382 merged, is this good to go?
Also may want to add this to `--experimental-local`
Hey @caizixian - we've added this to our backlog. In the meantime, you can workaround this issue by using `CLOUDFLARE_API_TOKEN` as described here: https://developers.cloudflare.com/workers/wrangler/ci-cd/
Hey @jsvsco - any chance you could send over a minimal reproduction of this?
Thing is, it used to work without needing an install (I have a screencap of it working back in early June) 😬
Un-assigning myself as I've got plenty of stuff to focus on - feel free to ask questions if you want to pick this up!