You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
A wrong URL is built when using the non-default package for my functions using the serverless-openwhisk plugin.
Here is the wrong URL: https://us-south.functions.cloud.ibm.com/api/v1/web/example@example.com.br_dev/mypackage/mypackage/categoriaIncluir.json
The URL must be like this: https://us-south.functions.cloud.ibm.com/api/v1/web/example@example.com.br_dev/mypackage/categoriaIncluir.json
A wrong URL is built when using the non-default package for my functions using the serverless-openwhisk plugin.
Here is the wrong URL:
https://us-south.functions.cloud.ibm.com/api/v1/web/example@example.com.br_dev/mypackage/mypackage/categoriaIncluir.jsonThe URL must be like this:
https://us-south.functions.cloud.ibm.com/api/v1/web/example@example.com.br_dev/mypackage/categoriaIncluir.jsonThe package
mypackageis duplicated in the URL.Below is my serverless.yaml:
Here is an example of an API with a wrong URL.
{"operationId":"post-/categoria","responses":{"200":{"description":"A successful invocation response"}},"x-openwhisk":{"action":"categoriaIncluir","namespace":"example@example.com.br_dev/mypackage","package":"mypackage","url":"https://us-south.functions.cloud.ibm.com/api/v1/web/example@example.com.br_dev/mypackage/mypackage/categoriaIncluir.json"}}