Hi everyone, I have an authzed service in my Nestj...
# spicedb
r
Hi everyone, I have an authzed service in my Nestjs API, but now in the development environment I started getting this error: LOOKUP TypeError: Cannot read properties of undefined (reading 'compose') at KnownInsecureChannelCredentialsImpl.compose I've already tried installing the dependencies with yarn from scratch. I've already checked the access credentials, and they're being passed correctly. Now, I honestly don't understand why this error started out of nowhere. Can anyone help me?
2 Views