© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago
Muezz

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):
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?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

URI Too Long
SupabaseSSupabase / help-and-questions
4y ago
Unpausing taking too long
SupabaseSSupabase / help-and-questions
3w ago
Edge functions taking too long
SupabaseSSupabase / help-and-questions
2mo ago
Image upload taking too long
SupabaseSSupabase / help-and-questions
4y ago