purplecabbage opened a new issue #230: URL: https://github.com/apache/openwhisk-client-js/issues/230
This was also reported here: https://github.com/adobe/aio-cli-plugin-app/issues/504 The issue is that `client.js:rp` ( request promise wrapper) builds a query string and modifies the object reference url, so on every retry it gets longer.. `/api/v1/namespaces/ns/actions/pkg/action?overwrite=true` `/api/v1/namespaces/ns/actions/pkg/action?overwrite=true?overwrite=true` `/api/v1/namespaces/ns/actions/pkg/action?overwrite=true?overwrite=true?overwrite=true` ``` OpenWhiskError: PUT host/api/v1/namespaces/ns/actions/pkg/action?overwrite=true?overwrite=true?overwrite=true Returned HTTP 400 (Bad Request) --> "The query parameter 'overwrite' was malformed: 'true?overwrite=true?overwrite=true' is not a valid Boolean value" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
