You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
...visiting http://127.0.0.1:8787/path after running miniflare index.mjs --watch --debug logs http://127.0.0.1:8787/path to the console, not /path. Could there be something going on in your Rust code?
Hey! 👋 The first pre-release of Miniflare 2 has just been released, including this change. Miniflare 2 also does some proxy-trickery with instanceof so code generated by wasm-bindgen for checking if things are instanceof Object for example should now work more reliably. You can find the full changelog here and install it with npm i miniflare@next -D. Please let me know if you have any other issues, and feel free to ask questions in the #miniflare channel of the Cloudflare Workers Discord server.
The
request
object passed intofetch(request, env)
does not return a full URL forurl()
.Cloudflare always gives a full URL (ie:
https://fake-host/foobar
) , miniflare omits everything before the path (ie:/foobar
)The text was updated successfully, but these errors were encountered: