#Hi all, I just learned about Permify and
1 messages · Page 1 of 1 (latest)
Hi @willow vortex , Could you please share which version of Permify are you using? And which database engine are you using (PostgreSQL or in-memory)?
Hi @slender owl, I am actually using the sandbox environment provided in docs: https://play.permify.co
I am currently evaluation a couple options so wanted to test it without needing to set it up.
I can later setup a dockerized environment however I want my other teammates to also test so no-setup would be ideal for this.
I believe your issue is related to the playground. If you open an issue about it, we can resolve it quickly. Could you export your model from the playground and test it using this method: https://docs.permify.co/getting-started/testing?
I believe my issue is not related to my model, it happens while I am typing in to the code editor. Something specific throws an exception and playground never recovers from that exception.
Here is the issue: https://github.com/Permify/permify/issues/1315
In my experience it was easily reproducable.
I am not 100% sure but there might be some other occurances that I have seen this (Maybe I accidentally typed "").
I believe correct way to represent string in CEL should be '' however it really creates inconvience because when I accidentally type a character, it messes up with my entire playground state :/
Thank you for sharing these. We'll review that and resolve the issue as soon as possible. Have you had a chance to test with the validation file using cli?
I am able to test with local installation however it is not as convenient as having a playground 🙂 Is it possible to run playground pointing against the local?