Gain access to vercel domain as Team-Owner

Viewed 10

I am trying to set the alias for a vercel custom domain from the command line following this approach from the official vercel documentation. I am a Team owner, therefore I should have full access to all domains and deployments, yet when I run:

vercel alias set [deployment-url] [custom-domain]

...I get this error: enter image description here

Another Team member has the same problem, while a third Team member can run the command and set the alias.

I can't find the right config settings on the vercel dashboard to give access for all owners to specific domains. In my Team all owners need to be able to deploy and change aliases. Is there a way of doing this?

0 Answers
Related