Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 BUG: Can not delete R2 event notification #6748

Closed
michaelwittig opened this issue Sep 18, 2024 · 3 comments
Closed

🐛 BUG: Can not delete R2 event notification #6748

michaelwittig opened this issue Sep 18, 2024 · 3 comments
Labels
awaiting reporter response Needs clarification or followup from OP bug Something that isn't working

Comments

@michaelwittig
Copy link

Which Cloudflare product(s) does this pertain to?

R2

What version(s) of the tool(s) are you using?

3.78.4 [Wrangler]

What version of Node are you using?

20.11.0

What operating system and version are you using?

macOS 14.6.1

Describe the Bug

Observed behavior

npx wrangler r2 bucket notification delete bucketav-test --queue bucketav-sophos-cloudflare

 ⛅️ wrangler 3.78.4
-------------------

Disabling event notifications for "bucketav-test" to queue bucketav-sophos-cloudflare...

✘ [ERROR] A request to the Cloudflare API (/accounts/e647a3934e30cbd6e38ccc419c9e7208/event_notifications/r2/bucketav-test/configuration/queues/1fb4dc677de24aa686bd7b89d2434a58) failed.

  workers.api.error.invalid_r2_event_notification_configuration [code: 11014]
  
  If you think this is a bug, please open an issue at:
  https://github.com/cloudflare/workers-sdk/issues/new/choose

Expected behavior

No error. Event configuration should be deleted.

Steps to reproduce

npx wrangler r2 bucket create bucketav-test3
npx wrangler queues create bucketav-test3
npx wrangler r2 bucket notification create bucketav-test3 --queue bucketav-test3 --event-type object-create
npx wrangler r2 bucket notification delete bucketav-test3 --queue bucketav-test3     

✘ [ERROR] A request to the Cloudflare API (/accounts/e647a3934e30cbd6e38ccc419c9e7208/event_notifications/r2/bucketav-test3/configuration/queues/35f268e4704e462ca22c4b289708bfbe) failed.

Please provide a link to a minimal reproduction

No response

Please provide any relevant error logs

No response

@michaelwittig michaelwittig added the bug Something that isn't working label Sep 18, 2024
@lrapoport-cf
Copy link
Contributor

@jonesphillip can your team please take a look at this?

@bthwaites
Copy link
Contributor

Hi @michaelwittig

I'm not able to reproduce the issue on 3.78.4 or on 3.83.0 (latest), and regardless I don't expect us to ever return 11014 on a notification delete request. It's possible that we did return that error in the past and that we already fixed this issue since you created this ticket. Can you please confirm whether the issue is still happening on the latest wrangler version?

@lrapoport-cf lrapoport-cf added the awaiting reporter response Needs clarification or followup from OP label Oct 24, 2024
@penalosa
Copy link
Contributor

penalosa commented Nov 8, 2024

We haven't heard from you in while so I'm going to close this issue for now. If you're still running into problems feel free to open a new issue with more details and we can investigate further.

@penalosa penalosa closed this as completed Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting reporter response Needs clarification or followup from OP bug Something that isn't working
Projects
Status: Done
Development

No branches or pull requests

4 participants