IntegrationsSupabase & Cloud
Is there a limit to file uploads with Supabase storage?
Supabase Storage on the free tier allows up to 50MB per file. Paid tiers increase this limit. File storage is generous overall, but very large files (>50MB) may need custom handling. For apps needing massive file uploads, consider chunked uploads or alternative storage. Prompt Lovable to implement large file handling if needed.
