My app (built as a collection of services) is using tornado with nginx. I'm trying to debug it using vscode (remote debugging). I stopped the original api service and ran the one in vscode instead. When trying to send a request using chrome (macOS), I'm getting status code 500 "strict-origin-when-cross-origin"
Any idea?