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 has been 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/[email protected]_dev/mypackage/mypackage/categoriaIncluir.json
The URL must be like this: https://us-south.functions.cloud.ibm.com/api/v1/web/[email protected]_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/[email protected]_dev/mypackage/mypackage/categoriaIncluir.json
The URL must be like this:
https://us-south.functions.cloud.ibm.com/api/v1/web/[email protected]_dev/mypackage/categoriaIncluir.json
The package
mypackage
is duplicated in the URL.Below is my serverless.yaml:
Here is an example of an API with a wrong URL.
The text was updated successfully, but these errors were encountered: