you need to mark the connection as insecure: ``` c...
# spicedb
j
you need to mark the connection as insecure:
Copy code
const client = NewClient(
      'somerandomkeyhere',
      'localhost:50051',
      ClientSecurity.INSECURE_LOCALHOST_ALLOWED
    );