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
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
Beta Was this translation helpful? Give feedback.
All reactions