Hello everyone, I need some tips, please. I'm st...
# spicedb
r
Hello everyone, I need some tips, please. I'm starting to implement SpiceDB and my plan is to create my own instance locally and integrate it with an existing NESTJS application. I’ve read the documentation and practiced a lot on the authorized web playground, but I still don’t fully understand how to run it locally. Even after following the documentation, there are still some gaps in what I should do. To give you some context, I installed zed and ran SpiceDB with Docker using the official SpiceDB image. However, I’m not sure how to correctly create new definitions and relationships. For example, I used the command line commands provided in the documentation to create definitions. Specifically, I used this command:
Copy code
bash
$ zed relationship create post:1 writer user:emilia
However, I encountered the following error:
Copy code
bash
ERR terminated with errors error = "rpc error: code = InvalidArgument desc = length of unpacked is not equal to input provided"
I’m reaching out to ask for help in better understanding this ecosystem. While I know there is no single answer, I’m looking for guidance to continue my learning and successfully run my own instance. Please feel free to share any content or tips that might help!
Thanks in advance!
118 Views