I'm running my API at https://localhost:5001 and the Hello page suggesting me to use npx get-dtos typescript https://localhost:5001
When I run it, I get the following response in the console:
PS E:\username\sources\appName\uiApp> npx get-dtos typescript
(node:3592) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)
ERROR: Could not write DTOs to: E:\username\sources\appName\uiApp\src\servicestack\dtos.ts
ERROR: Invalid Response from https://localhost:5001/types/typescript
How do I at least debug what's wrong?
I'm running my API at https://localhost:5001 and the Hello page suggesting me to use
npx get-dtos typescript https://localhost:5001When I run it, I get the following response in the console:
How do I at least debug what's wrong?