#jdirt23_webhooks

1 messages ¡ Page 1 of 1 (latest)

waxen sealBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1339629807993884703

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

snow silo
#

Hello there

#

That error is being returned from your own code as a response to the Webhook request.

#

So you need to go debug your code to figure out what is throwing that error.

#

Are you using a third party here?

#

Like a plugin or something?

tall loom
#

That's what I was doing within Github and using Supabases docs on how to integrate the Stripe webhook but have no idea where the issue is lying. no 3rd party or plugin

#

is it related to the asynchronous issue? any pointers on where to try and debug in my code would be helpful

snow silo
#

Okay well next step is to go locate the portion of your code that is throwing that Error: SubtleCryptoProvider cannot be used in a synchronous context.

#

I can't really give you pointers as I can't debug your code for you -- you should add logs through each step of your code until you figure out what part results in that specific error.