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 has been archived by the owner on Aug 3, 2023. It is now read-only.
@yet-another-dev - the reload itself can take a bit since it needs to re-build and upload the worker to the cloudflare api (wrangler dev is not offline). Does it work if you wait a bit until you see a Built successfully message?
It seems like this has to do with how make_service_fn works - I need to force it to update quicker than it is. Waiting on a response from some Rust experts 😄
Mentioned initially in #1078 (comment).
@EverlastingBugstopper
🐛 Bug Report
Environment
rustc -V
: n/anode -v
: v10.17.0wrangler -V
: 1.8.0-rc.1Steps to reproduce
With dev running, add a console log statement inside the worker. Save. The console log does not show up. Restart dev, the console log is there.
What did you expect to see?
The new console log should show up in the terminal without dev needing to be restarted.
What did you see instead?
The new console log does not show up in the terminal.
The text was updated successfully, but these errors were encountered: