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:
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
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:
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