mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 12:57:46 +00:00
We renamed the GitHub repository from `zeit/now` to `vercel/vercel` so this PR updates all references to the repo URL. There were also a few remaining references to Now CLI that have been updated to Vercel CLI.
697 B
697 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. - Ensure that the scope you specified using
--scopeshows up in the output ofvercel switch. If it doesn't, you're either not part of the team (if you specified a team) or you logged into the wrong user account.