VS Code : unable to save file to server
When I open a class in VS Code and I want to save it I'm getting the following error : Non-JSON response to /api/atelier/v7/DEV/doc/API.Mollie.Execute.cls?ignoreConflict=0 request. Is the web server suppressing detailed errors?
Also I always get a popup when I open VS Code "The extension wants to sign in using InterSystems Server Credentials."
Comments
If you use IIS -- enable passThrough
https://docs.intersystems.com/iris20232/csp/docbook/DocBook.UI.Page.cls…
Solved by WRC : WebDAV must be removed from IIS for /api
I’m running into the same issue… when I try to compile and save a .cls class from VS Code, I get the error:
Body of '200 OK' response to /api/atelier/v8/TRAWRK/doc/Controlador.Alojamientos.ApartHotelINST.cls?ignoreConflict=1 request is not JSON. Is the web server suppressing detailed errors?.
I’m using an XAMPP web server...