serverless-components / tencent-koa

Easily deploy serverless Koa applications to Tencent Cloud with the Serverless Framework
MIT License
20 stars 10 forks source link

运行 sls deploy报错:Authentication failed #35

Closed syz51 closed 4 years ago

syz51 commented 4 years ago

您好。运行sls deploy 的时候,显示: 0s › Serverless › Error: {"errorMessage":"Authentication failed. - Please contact support and provide this identifier to reference this issue - ZVVWKXW34XP1"}

Node version: 12.16 serverless.yml: component: koa # (required) name of the component. In that case, it's koa. name: demo-api # (required) name of your koa component instance. inputs: src: src: ./ exclude:

请问有什么解决方案吗?

syz51 commented 4 years ago

没事了。因为我开发环境在国外,所以在env里加一句就好了