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
It returned undefined since I was expecting response in the frontend to have the data, but my initial response contain another response object causing this. So yeah it was my fault the repo still works great 🚀
Not sure if it is an issue with nextjs 14 but I am struggling using the multipart upload procedure.
The
completeMultipartUpload
does not run somehow.Not sure if someone already tested it with nextjs 14 or if it is just a mistake which I am doing (the single file upload work fine though).
This is the component:
This is how my API routes look like:

This is the prepareUploadParts method, which runs before the complete:
The text was updated successfully, but these errors were encountered: