Hello everyone, I'm just starting out
# spicedb
e
Hello everyone, I'm just starting out and trying to use
zed
to do some queries. I set
ZED_ENDPOINT
and
ZED_TOKEN
env variables. When I run
zed schema read
(for example) I get a ERR terminated with errors error="config did not exist" response. I couldn't find more information on that. What does it mean and what can I do to make it work? Thank you!! 🙏
I installed zed via nix on a linux system
I found the thread where someone fixed it on MacOS, but that doesn't apply to me.
However, when I install the older version of zed, the errors goes away. Using Nixos 24.11 (zed 0.21.2) this error appears, using NixOS 24.05 (zed 0.18.1) it works. I think I used the older version a while back.
y
🤔
that doesn't sound intentional
ah yeah it's cuz that version of nixos is missing a fix: https://github.com/authzed/zed/releases/tag/v0.21.4
e
Ah thank you! I'll try to upgrade then 👍
4 Views