URI too long
I am trying to bulk insert over 1000 rows from my front-end and I am getting this error:
1) Is there a setting within Supabase which I can toggle to allow for such large insertions?
2) If not, is there a solution or a better alternative?
3) Or should I just limit the number of rows that my users will be allowed to upload? In that case, what is the max allowed number for bulk insertion?
1) Is there a setting within Supabase which I can toggle to allow for such large insertions?
2) If not, is there a solution or a better alternative?
3) Or should I just limit the number of rows that my users will be allowed to upload? In that case, what is the max allowed number for bulk insertion?