#xlde120_webhooks

1 messages ¡ Page 1 of 1 (latest)

crude pebbleBOT
#

👋 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/1376978754345369752

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

foggy ocean
#

hi! we're not familiar with supbase so i'm not sure how much i'll be able to help you, but i'm taking a look now.

#

it looks like you're trying to listen for these webhook events, but your server is returning an error when we try to call the webhook endpoint

#

the specific error we're getting is {"error":"Invalid time value","timestamp":"2025-05-27T17:36:45.238Z"}

#

that's an error that your server is generating and returning to us when we try to call the webhook endpoint. i would probably look in your code for where that error is being thrown and try to see what it's checking for and why it's throwing that error

abstract blade
#

This looks like an error from Supabase, you're attempting to save a timestamp with the wrong type. I would look at your Supabase table column type for your timestamp value. You can save timestamps as date or "date with timezone.
Update your timetamp to timestamz and see if you have the same results.

foggy ocean
#

is that what chatgpt is saying? do you know where in your code that error is being thrown?

abstract blade
#

No, I'm a developer with supabase experience. I'm not the author of this post, I'm unfamiliar with the OP's code, but I'm assuming his webhook is failing since his call to supabase is failing based on the "error": "Invalid time value"

gilded scaffold
#

ill have a look and see if i can fix it

gilded scaffold
abstract blade
#

Go to your supabase table, and edit the column using the dropdown menu,

gilded scaffold
#

ive had a look and i cant find it would you be able to show me if i call you im down to pay if you help me @abstract blade

foggy ocean
#

sorry, i think i need to close this thread down - @gilded scaffold we can't offer supabase support in this discord server, i would try seeking out a source for supabase specific support e.g. stackoverflow