SupabaseS
Supabase12mo ago
jbreite

Supabase error: { message: "Error: Too many subrequests.", details: "Error: Too many subrequests.

I'm building using Expo, Expo hosting, and Supabase. I authenticate users on the client and then send authenticated requests through the server with their client token.

I'm building an app that takers in Electronic health records, stores them in a Supabase Postgres backend and then you can query against it and chat with it. Currently, I have it working so that it works locally, but when I try to do the cosine similarity search, specici the rpc request through my hosted expo app I keep getting the following error:
Supabase error: { message: "Error: Too many subrequests.", details: "Error: Too many subrequests.\n at _expo/functions/api/chat+api.js:134:1237\n at _expo/functions/api/chat+api.js:134:1661\n at Generator.next (<anonymous>)\n at s (_expo/functions/api/chat+api.js:134:799)", hint: "", code: "" }

Has anybody seen this before or know why it is happening? I even tried to upgrade to premium to see if it was a pooling thing, but it wasn't. Would appreciate any help
Was this page helpful?