Express.js deployment on vercel bug -fixed

I am deploying a very simple one-endpoint Express api on vercel according to the rules here, configured my vercel.json and eveything works just fine in dev too. the only problem is having this annoying ‘authenticating page’ as response from postman to the build URL

this is the same response I get when visiting the URL first time in the browser, like this


I clearly don’t know how to fix it or just skip it, any help?

turned out I was trying with the build url itself, just tried the main url worked just fine, see this for rer

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.