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
V3 Backport #8697: prevent getPlatformProxy from crashing with internal DOs (#8713)
* pass name to getplatformproxy
* fixup
* remove out of date warning
* stop gpp crashing with internal DOs
* changeset
* fix e2e
* pr feedback
* elaborate on error message
* move to a docs link
* fix failing test
* copy improvement
* fix
* update docs link
* update link
---------
Co-authored-by: emily-shen <[email protected]>
Copy file name to clipboardexpand all lines: packages/wrangler/e2e/__snapshots__/pages-dev.test.ts.snap
-5
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,6 @@
2
2
3
3
exports[`Pages 'wrangler pages dev' > should merge (with override) \`wrangler.toml\` configuration with configuration provided via the command line, with command line args taking precedence 1`] =`
4
4
"✨ Compiled Worker successfully
5
-
▲ [WARNING] WARNING: You have Durable Object bindings that are not defined locally in the worker being developed.
6
-
Be aware that changes to the data stored in these Durable Objects will be permanent and affect the live instances.
Your Worker and resources are simulated locally via Miniflare. For more information, see: https://developers.cloudflare.com/workers/testing/local-development.
0 commit comments