POST Request - query params added without being present
Hi,
I am trying to make a POST Request with NO Query params. I have added the correct Headers.
I am getting an error "PGRST202", and in the details, it seems as though it's adding query params itself!?
I have tried the same POST Request on Postman, and it's working perfectly.


6 Replies
I have tried to create a new typebot, and the same thing persists.
No params, no body as well?
No params, and no body aswell
a POST request without params and body ? It doesn't make sense to me, strange
Yeah, to create an automated session key for the bot in a supabase database.
I've added some params such as osversion, browsertype, devicetype, ip address, region etc now and it works. But just letting you know that without query params and a body, it wasn't working.
Oh right, I understand. Because by default Typebot sends a body with all the current answers
If you'd like to send an empty body you'd need to check
Custom body
and leave it empty I guess 🙂