Generate URL to download contents of a folder from storage #13736
Unanswered
kirillmarkelov
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Use case
I use Next.js app deployed on Vercel. Long story short, I had an endpoint that responded with an archive of folder's contents from Supabase. But Vercel set response size limit on serverless functions to 4.5 mb and recommends using media host, so serverless functions is a no go for me.
Other options for me would be to self-host Next.js app or to make separate server to handle this functionality only. Both of them are overkill. By the way,
Supabase+Next.json Vercel is a pretty common stack and anyone who want to implement similar functionality faces the same issue.I saw a couple of similar requests but they lead nowhere.
Some important questions
All reactions