mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-07 12:57:47 +00:00
892 B
892 B
Scope Not Accessible
Why This Error Occurred
You specified the --scope flag and specified the ID or slug of a team that you're not a part of or a user whose account you don't own. This problem could also occur if your user credentials aren't valid anymore.
Possible Ways to Fix It
- Make sure commands like
vercel lswork just fine. This will ensure that your user credentials are valid. If it's not working correctly, please log in again usingvercel login. - If you're using the
--tokenflag, make sure your token is not expired. You can generate a new token on your Settings page. - Ensure that the scope you specified using
--scopeflag shows up in the output ofvercel switch. If it doesn't, you're either not a member of the team or you logged into the wrong user account. You can ask an owner of the team to invite you.