serverless-openwhisk icon indicating copy to clipboard operation
serverless-openwhisk copied to clipboard

Service information adds extra `https://` for every endpoint

Open marcinczeczko opened this issue 4 years ago • 0 comments

Once web-action is deployed, the service information shows endpoints with redundant schema (extra https://)

image

How to reproduce

  • Follow the sls openwhisk quickstart but made an action a web-action
functions:
  hello:
    handler: handler.hello
    annotations:
      web-export: true
  • Deploy to openwhisk

Versions:

  • SLS: 1.67.0
  • SLS-openwhisk: 0.18.4

marcinczeczko avatar Mar 25 '20 12:03 marcinczeczko