I noticed today that req.url seems to be defined to be relative to the routes in your wrangler confi

I noticed today that req.url seems to be defined to be relative to the routes in your wrangler config, even when you are developing locally.

This has issues when developing locally with libraries like next-auth, since they use the req.url to generate the callback urls.

I'm wondering if anyone here would know of a reason for it to be this way?
image.png
Was this page helpful?