Open JeremCy opened 5 months ago
Hi! I've just had a problem where blob was uploaded but onUploadCompleted
would not trigger so I've tried the same "happy path" with another domain (assigned to my deployment by vercel) and it has worked :D
Hey,
I have the same problem. Do you have Vercel Authentication for deployments protection turned on?
Hey @voldmar, Yes I have the Vercel Authentication for deployments protection turned on.
@JeremCy Looks like it blocks the callbacks. I am making all the callback stuff after the upload
Package.json info:
"next": "14.2.3"
,"@vercel/blob": "^0.23.3"
Hello, I was developing a open application form for my application, when i test it using ngrok the
onUploadCompleted
is triggered and update my job application table.When i try the same test in the vercel environement the create job application and the upload is working, but not the update to cv_url column.
form action function:
my upload route: