I need help
I’m running SpiceDB locally using the following command:- podman run --rm -p 50051:50051 authzed/spicedb serve --grpc-preshared-key "some_random_value"
Using zed, I’m able to connect and successfully add a schema (as described in the Protecting Blog Application section). However, when I try to connect through my Node.js script, I get the following error:-
code: 14,
details: 'No connection established. Last error: Error: connect ETIMEDOUT 130.211.126.102:50051',
metadata: Metadata { internalRepr: Map(0) {}, options: {} }