cloudflare / cloudflare/workers-sdk
🐛 BUG: UUID missmatch when deleting D1 dabatase
Open
package:wrangler
product:d1
- Dominant language
- TypeScript
- Stars
- 4.5k
- Forks
- 1.5k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 186
Description
### Which Cloudflare product(s) does this pertain to?
D1
### What version of `Wrangler` are you using?
2.15.1
### What operating system are you using?
Mac
### Describe the Bug
I'm executing the command `wrangler d1 delete `, which `` I'm getting executing `wrangler d1 list`. It even asks for confirmation and everything looks correct, but after confirmation, it looks like it doesn't find the D1 database it's supposed to.
to note: the `UUID` logged in by each command differs. Even though I'm not asked to input the `UUID`, and I only work with the name of the D1 DB, it's OK as a user, but doesn't really seem correct
Contributor guide
Assessment
This issue has not been assessed yet.