You are not currently logged in
Error Message
You are not currently logged in. To log in, use: $ serverless login
Problem
Serverless Framework tries to log you into your Serverless account when you have a Serverless organization specified in your serverless.yml
:
org: acme
service: notes
...
If the org
is specified but you have not logged in to Serverless, you will get this error.
Solution
If you do not have a Serverless account, or want to skip the login step, you can simply comment out the org
definition.
# org: acme
service: notes
Alternatively, if you have a Serverless account, you can configure your Serverless token on Seed by following our docs.
Help improve this page. Edit it with GitHub
Was this page helpful? Let us know via Twitter
Having trouble configuring a CI/CD pipeline for your Serverless apps? Let Seed do it for you!
Learn More