I m getting the following error from the
# spicedb
b
I'm getting the following error from the nodejs authzed client, how do I specify the perm system for local development?
Copy code
Error: 5 NOT_FOUND: No permissions system found for specified token
The zed cli is working fine, but the nodejs client is not for me. I'm running spicedb locally with docker compose.
j
are you sure you have the nodejs client configured to hit your local SpiceDB and not authzed.com?
that error is from authzed.com, not SpiceDB
b
Yup, just figured that out, I needed to pass the localhost:50051 endpoint specifically
ty
3 Views