DAP cli returns html page: Page Not Found

Jump to solution
KarlSteinbreche
Community Explorer

Hello, 

I'm having trouble with the DAP CLI version 1.1.0 on a windows 11 machine.

I got a new client id and secret , the I ran:

set DAP_CLIENT_ID=...
set DAP_CLIENT_SECRET=..
set DAP_API_URL=..

>dap --version
dap 1.1.0

But when I run list I get a full web page returned:

>dap list --namespace canvas

<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

...

<title>Page Not Found</title>

2024-07-27 12:08:13,694 - ERROR - malformed HTTP response

Is it a simple fix?



Labels (1)
0 Likes
1 Solution
ColinMurtaugh
Community Champion

Seems likely that your DAP_API_URL is wrong. Can you share what you're using?

View solution in original post