onUploadComplete
I'm using Next.js, and host it on Vercel. When in
dev
mode, the onUploadComplete
run my codes just fine, but when I run the prod
build, my codes in onUploadComplete
were not executed at all, even the console.log
Any help is appreciate.
0 Replies