#KoalaKey-webhooks

1 messages · Page 1 of 1 (latest)

stable saddle
#

Hi there! Webhooks are highly recommended. I'm happy to help debug the 308 errors. Can you provide an Event ID where you are seeing the 308 error in the response?

#

That said, if you want to retrieve Subscription status on login that is okay. But there are other things that we recommend Webhooks for.

#

So it really depends... like you might be okay without them, but they are definitely the recommended route

thorn swan
#

I would absolutely love to implement them but I just cannot get them to work. Let me grab an event ID real quick

#

evt_1KpIMPAzsgai8CqXyQ9VWixy

#

that's just the latest one I tried on the 16th. But, I've tried all sorts of different URI routes and everything and just cannot get it to work

#

If it helps I am working with Next.js and I can put my api code here

rugged kelp
#

Hello this is happening because the endpoint you have configured is https://1board.io/api/stripe-hooks within your dashboard. However, your webserver redirects all requests made to 1boad.io to www.1board.io. You can just update the webhook endpoint in your dashboard to include the www and it should be fixed

thorn swan
#

oh my gosh, let me do that real quick

#

wow, that is a real facepalm moment. It worked, Thank you so much! You are a real life saver

rugged kelp
#

No problem! Glad I could help!