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.
Error: Number of keys to delete (16010) exceeds max of 10000
This is pretty critical. Our site is currently down because I by mistake published our beta site to production, and now I cannot publish our production site anymore.
The text was updated successfully, but these errors were encountered:
hey @simplenotezy - sorry for the inconvenience here. does this still happen with the latest version of wrangler? 1.10.1 is out and has some changes around this behavior
Yeah it does unfortunately. And it happens every re-deploy now.
Deployed to the following routes:
thejewelleryroom.com/* => stayed the same
Error: Code 10012: bulk remove keys: 'received 31905 keys, but max allowed per request is: 10000'
Run `wrangler kv:namespace list` to see your existing namespaces with IDs
🐛 Bug Report
Environment
rustc -V
: rustc 1.41.0node -v
: v10.20.1wrangler -V
: wrangler 1.9.2wrangler.toml
:Steps to reproduce
Running wrangler publish
What did you expect to see?
Should publish
What did you see instead?
This is pretty critical. Our site is currently down because I by mistake published our beta site to production, and now I cannot publish our production site anymore.
The text was updated successfully, but these errors were encountered: