Hi There,
I'm trying to connect vscode to Wiise.
In the AL extension when i try to download the symbols it fails due to a bad request, from the URL being wrong.
From looking at this, if the extension just added the environment name to the URL it would work, as i have done my own GET request using Postman and using the same URL, but with the added environment name, it connects.
Could anyone please help me understand how to resolve this issue?
The configuration i used was AL publish to own server. I've included the environment name but it doesn't seem to make a difference.
This is the GET request that i've done with but just with the added environment name.
Thank you!