esnyder1
esnyder1
I just sent an email with the log files.
When I query processes listening on port 3000, I only see one process. I also tried updating launch.json to use `127.0.0.1` and '[::1]`, but both have the same problem. If...
Sure, just emailed you the log file.
@connor4312 were you able to find anything in the log files that would help identify where the issue is occurring?
@connor4312 do you have any suggestions on how to debug the sourcemap requests VSCode is making? I tried comparing with Chrome DevTools, but source maps load correctly in devtools and...
I confirmed that if I use curl to make the request to `https://localhost:3000/v2/main.js.map`, I get a 403 Forbidden/ERR_ACCESS_DENIED. However, the browser is able to authenticate and successfully load the source...
@connor4312 any suggestions on how to confirm that it is an issue with authentication and how to get VSCode to be able to access the source maps that the browser...
Yes, I came to the same conclusion that it is due to the SSO login page. But there isn't any way to get around hitting the SSO and I wasn't...