Hey guys! I'm new to queues, and now I'm having an error from the send method but the error is super

Hey guys! I'm new to queues, and now I'm having an error from the send method but the error is super generic, Internal Server Error.

Do you guys know what could be?

This is my wrangler.toml

[[queues.producers]]
 queue = "pdx-dev-stripe-queue"
 binding = "STRIPE_QUEUE"

[[queues.consumers]]
  queue = "pdx-dev-stripe-queue"
  max_batch_size = 1
  max_batch_timeout = 30


Thanks in advance.
Was this page helpful?