I tried to run the dashboard (from browser) and pair it with an insecure daemon (v0.8.15) via tdexdconnect url but there's a connection issue and the request fails with error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:9000/tdexdconnect. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 404.
At the moment, the daemon's internal routing handler dispatch requests to grpc-gateway server only if they are GET or contain Content-Type: application/json header, but we should allow also CORS
I tried to run the dashboard (from browser) and pair it with an insecure daemon (v0.8.15) via tdexdconnect url but there's a connection issue and the request fails with error:
At the moment, the daemon's internal routing handler dispatch requests to grpc-gateway server only if they are
GET
or containContent-Type: application/json
header, but we should allow also CORS