Files
vercel/errors/scope-not-accessible.md
Leo Lamprecht 9341136f16 Added --scope flag and scope config property (#1939)
* Added basics for new --scope flag

* Fixed usage information

* Fixed integration test

* Fixed usage information about whoami

* Brought back missing whitespace

* Do not push scope property to API

* Ensure we're only reading local config in one place

* Fixed build

* Added test

* Made scope from config work

* Correctly handle error

* Handle Now errors too when loading local config

* Removed NowError

* Revert "Removed NowError"

This reverts commit cfeebc65251d3eb07f9aeb3e548af1d23c00a18e.

* Fixed CI

* Fixed final bug

* Do not consider switch command

* Made it work as expected

* Added test

* Added yet another test for the scope property

* Added space
2019-03-14 15:16:45 +00:00

688 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 now ls work just fine. This will ensure that your user credentials are valid. If it's not working correctly, please log in again using now login.
  • Ensure that the scope you specified using --scope shows up in the output of now 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.