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
Copy file name to clipboardExpand all lines: src/content/docs/durable-objects/platform/known-issues.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,4 +34,6 @@ The Workers editor in the [Cloudflare dashboard](https://dash.cloudflare.com/) a
34
34
35
35
## Alarms in local Development
36
36
37
-
Currently, Durable Object [alarm methods](/durable-objects/api/alarms) do not work when working in local development (when running `npx wrangler dev`).
37
+
Currently, when developing locally (using `npx wrangler dev`), Durable Object [alarm methods](/durable-objects/api/alarms) may fail after a hot reload (if you edit the code while the code is running locally).
38
+
39
+
To avoid this issue, when using Durable Object alarms, close and restart your `wrangler dev` command after editing your code.
0 commit comments