serverless / serverless-openwhisk

Adds Apache OpenWhisk support to the Serverless Framework!
http://openwhisk.org/
MIT License
143 stars 47 forks source link

sls deploy failed: **failed to fetch routes** #187

Open davidpodhola opened 4 years ago

davidpodhola commented 4 years ago

The example fails with

endpoints (api-gw):
**failed to fetch routes**
endpoints (web actions):
**no web actions deployed**
jsong0605 commented 3 years ago

I have same issue on console

zhijun714 commented 2 years ago

https://github.com/serverless/serverless-openwhisk/issues/103

Refer to this. After I configure this, it's OK # Exporting an environment variable OW_APIGW_ACCESS_TOKEN with the value of APIGW_ACCESS_TOKEN found in .wskprops property file fixes the problem.