Gabriel Sestrem

Results 7 comments of Gabriel Sestrem

Hi, we've got many issues like this today in our application. I thought it was because some of my POST endpoint had query strings, bu even POST endpoints without any...

Hi @ethomson . All my POST/PUT were erroring where we had query strings. I'll perform a test now and see if this was fixed. But just to be clear. I...

Hi @ethomson , I can confirm the issue was fixed from our side. I'd like to mention something. This was reported on 21Jun. Then it happened again. Are you able...

If you had to restart your Supabase server and got this PostgREST v10.1.1 upgrade to your project, you'll have to fix your code that have queries with foreign keys to...

We need a solution for this urgently. I upgraded my project to supabase-js V2, but it's impossible to build currently. We have hundreds of nested queries, impossible to use any...

Thanks @thorwebdev I wasn't aware either. This `.returns()` will save us for now.

For me, the feature should handle all the scenarios. Sometimes we do big queries with many nested tables. Ideally I'd love to have all properties with types even if it's...