-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Environment details:
- local deployment, native ubuntu, Mac OS, Kubernetes, ...
- version of docker, ubuntu, ...
Steps to reproduce the issue:
- Create .wskprops file with AUTH, APIHOST, NAMESPACE
- on running npm run deploy, code deciphers APIHOST into URL
- But the URL contains /%0D character added to API host
Because of this, the URL becomes corrupt and so the call fails.
Provide the expected results and outputs:
https://adobeioruntime.net/api/v1/namespaces
Provide the actual results and outputs:
https://adobeioruntime.net/%0D/api/v1/namespaces
Additional information you deem important:
- issue happens only occasionally or under certain circumstances
- changes you did or observed in the environment
Metadata
Metadata
Assignees
Labels
No labels