You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, I had the same issue uploading imgs or audio files to supabase storage, I could solve using this function, so now, you can send any file to supabase storage.
Don't to forget to set the proper contentType
Bug report
Describe the bug
Sending large files (5-20mb) always returns me fetch failed using Nextjs 13
To Reproduce
give me:
Additional context
It seems that nextjs 13 removed node-fetch in favor of undici and this is causing a lot of problems, any chance that this bug is related to mine?
vercel/next.js#54961
The text was updated successfully, but these errors were encountered: