Hey guys! Hope this message finds you well
I am struggling with one of my Vercel deployments, i just paid the Pro plan and deployed on a new custom env called Staging. However, when I try to make a simple API call to one of the endpoints on Staging it returns me a 401 Unathorized response. When I try the same call in my production environment it works (The route does not need any auth to acess is just a simple endpoint).
I thinks this is some kind of protection from Vercel to the pre-prod envs, but I don’t know how and where to disable it, i need to test my APIs from my Postman in the staging env.
After some tests i see that i can only acess this deployment when i pass through some kind of auth from Vercel, so i guess this might be blocking the API calls from Postman, but still, cannot find a way to turn this off.