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

Developing Dynatrace App using WSL

Hey,

I am now trying to use WSL for development. Is there any setting that I need?

It shows me an error when I start the dev server.

StephenLHChan_0-1692127830254.png

And, here is the log:

 

2023-08-15T14:25:25.986Z DEBUG [TELEMETRY] Reading package.json
2023-08-15T14:25:25.993Z DEBUG [TELEMETRY] Initializing OpenKit
2023-08-15T14:25:29.048Z DEBUG [TELEMETRY] Creating a new HTTP and HTTPS://{environmentid}.apps.dynatrace.com'
2023-08-15T14:25:30.370Z DEBUG [HTTP(S)] Execute GET request without allowing redirection to 'https://{environmentid}.apps.dynatrace.com/platform/oauth2/authorization/dynatrace-sso'
2023-08-15T14:25:30.371Z DEBUG [TELEMETRY] Tracing request https://{environmentid}.apps.dynatrace.com/platform/oauth2/authorization/dynatrace-sso
2023-08-15T14:25:30.441Z DEBUG [BUILD_TIME] Built functions in 23ms.
2023-08-15T14:25:31.324Z DEBUG [BUILD_TIME] Built UI in 902ms.
2023-08-15T14:27:40.799Z DEBUG [AUTH] Could not resolve the SSO-URL for 'https://{environmentid}.apps.dynatrace.com'
2023-08-15T14:27:40.799Z DEBUG [AUTH] Error: Http(s) request failed: connect ETIMEDOUT ......
2023-08-15T14:27:40.800Z ERROR Error: Could not resolve the SSO-URL for 'https://{environmentid}.apps.dynatrace.com'
Http(s) request failed: connect ETIMEDOUT ........
2023-08-15T14:27:40.800Z DEBUG [TELEMETRY] Reporting crash
2023-08-15T14:27:40.800Z DEBUG [TELEMETRY] Closing OpenKit connection

 

 And, I have checked that I can access to "https://{environmentid}.apps.dynatrace.com/platform/oauth2/authorization/dynatrace-sso"

 

 

FYI, node: v18.17.1

os:

NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

 

dt-app: "0.101.1",
 

Thanks!

3 REPLIES 3

tomislav_zorcec
Dynatrace Promoter
Dynatrace Promoter

Thank you StephenLHChan, for reaching out.

I want to ask you to ensure you're using the latest available dt-app version before starting debugging.

After, please try to execute the following commands inside the WSL and share the output:

  • `curl -I https://{environmentid}.apps.dynatrace.com/`
    • code 401 is expected
  • `curl -I https://{environmentid}.apps.dynatrace.com/platform/oauth2/authorization/dynatrace-sso`
    • code 302 is expected

Thank you, Tomislav

hi @tomislav_zorcec,

Thank you for the reply.

Below is the output.

StephenLHChan_0-1692208098498.png

 

Hi @StephenLHChan 

Please create a support ticket via https://one.dynatrace.com/hc/en-us/requests . Tech support will help you with this issue. Please attach to the ticket the output of the two commands and zip the folder .dt-app and attach it to the ticket. That folder contains dt-app toolkit logs.

 

Best,
Sini

Featured Posts