#sweets8594

1 messages ยท Page 1 of 1 (latest)

torn templeBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

dusky portal
#

Hi there!

#

Can you share the event ID (evt_xxx)?

daring vine
#

evt_30H1tFBy5dpszgvt0EUCHPQN

dusky portal
#

This event doesn't exist. Are you sure you copy-pasted it correctly?

daring vine
#

This thing u need right?

#

Id: evt_

dusky portal
#

I need the event ID (evt_xxx) yes

#

But the one you pasted above doesn't exist.

daring vine
#

evt_30GkFoBy5dpszgvt1PPXG77D

#

Try this

dusky portal
#

That ID still doesn't exist. You can't copy-past the ID?

#

In general a 404 error means your webhook endpoint URL doesn't exist. So you need to fix your URL (or your server configuration) and make sure your server returns a 200 response.

daring vine
#

Ok and what is this token not found

#

Does webhooks work without app.use(express.raw({ type: "application/json" })); this middleware

dusky portal
#

Ok and what is this token not found
That error message is returned by your own server. So you need to check your server logs.

daring vine
#

express.raw({type: 'application/json'})

#

If i don't use this

#

Will that be a problem

dusky portal
#

Yes it has to be the raw body if you want to check the signature

daring vine
#

Ohh

#

Thank you ๐Ÿ˜Š

dusky portal
#

Happy to help ๐Ÿ™‚

torn templeBOT