URI too long

I am trying to bulk insert over 1000 rows from my front-end and I am getting this error:

E/flutter ( 8376): , code: 414, details: URI Too Long, hint: null)
E/flutter ( 8376): #0      PostgrestBuilder._parseResponse
package:postgrest/src/postgrest_builder.dart:251
E/flutter ( 8376): <asynchronous suspension>
E/flutter ( 8376): #1      PostgrestBuilder.then
package:postgrest/src/postgrest_builder.dart:329
E/flutter ( 8376): <asynchronous suspension>
E/flutter ( 8376):


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?
Was this page helpful?