You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. For now as a workaround you can use an RPC. RPC uses POST, you can send an big array there and pass it to a SQL query(with col = ANY(<parameter>).
I would expect supabase to make use of the POST body of requests and not just append filters onto the URI.
Yes, we're planning to switch to the HTTP SEARCH method. This will be transparent to the supabase-js functions.
Bug report
In the below query
pdfIds.length
is 800 items long. This causes the query to fail.The error is...
Expected behavior
I would expect supabase to make use of the POST body of requests and not just append filters onto the URI. This would allow for these longer queries.
The text was updated successfully, but these errors were encountered: