cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

App deployment not working

sinisa_zubic
Dynatrace Champion
Dynatrace Champion
Hi, when I'm attempting to deploy an app I'm getting the following error: Error: Invalid SSO URL: The URL needs to start with a protocol, e.g. https:// . I'm using the example code that is provided in the page here: https://developer.dynatrace.com/getting-started/tutorial/create-project/
I see the SSO URL in that example code does have https:// prepended to it so I'm not sure how to proceed with that error. Could it be a potential permissions issue on my part? I'm on Node JS version 15.4.0 and this error occurred right after entering the name for my app.
1 REPLY 1

stefan_eggersto
Dynatrace Mentor
Dynatrace Mentor

Hi,

I could reproduce your issue, its caused by your node version. Node.js 15 is not supported anymore (https://nodejs.org/en/about/releases/), please use the latest Node.js 16 version.

Featured Posts