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?