您好。运行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:
您好。运行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:
请问有什么解决方案吗?