POST Request - query params added without being present
POST Request - query params added without being present
At a glance
The community member is trying to make a POST request without any query parameters, but is receiving an error "PGRST202" and it seems that the server is adding query parameters itself. The community member has tried the same request on Postman and it works fine. Other community members suggest that a POST request without parameters and body doesn't make sense, but the original poster clarifies that they are trying to create an automated session key for a bot in a Supabase database. The community members also suggest that if the community member wants to send an empty body, they should check the "Custom body" option and leave it empty.
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.