#Relationship Write
1 messages · Page 1 of 1 (latest)
Hello @night scarab , first of all, can I learn which version of Permify are you using?
Thank you. These are all the things that I have done to solve the problem
-
Purged the entire docker image of Permify and started a brand new installation.
-
The Permify version is - Fine-grained Authorization System v0.5.0
-
I had exactly the same issue with Fine-grained Authorization System v0.4.0
-
I created a brand new schema as follows and I get a valid "schema_version".
{
"schema": "entity user {}\nentity org {\n relation admin @user\n}\n"
} -
But, creating a relationship just fails and my Tuple is
{
"metadata": {
"schema_version": "cj6aavei87m1s092mj1g"
},
"tuples": [
{
"entity": {
"type": "org",
"id": "1"
},
"relation": "admin",
"subject": {
"type": "user",
"id": "1",
"relation": ""
}
}
]
}
- Is there a place where the error messages are logged? Please let me know.
Our latest version is v0.4.8. Our v.0.5.0 version has not been released yet.
Are you getting a 'not found' error when you create a schema and then write relationships in version v0.4.8?
Let me try it on 0.4.8 and I will let you know.
Oooph!!!! Thank you, @red brook and that worked!
You're welcome, if you encounter any problems, we are here to help
Had this issue with docker image "ghcr.io/permify/permify" and most recent one ghcr.io/permify/permify:v0.4.9-4726077 .
If v0.4.9-4726077 is not released version, can I suggest to keep image tag 'latest' to be most recent released version?
Yes, this should not be happening. I'm going to open an issue and we will fix it. Thank you for letting us know.
I've opened a related issue at https://github.com/Permify/permify/issues/606. You can follow the progress on this matter from there. Thank you again for your input!
Hi @dry mortar , We've resolved the issue. You'll see two packages at this link: "https://github.com/orgs/Permify/packages". One is for stable versions and the other is for permify-beta. We've now removed the beta versions from the stable section. When you use docker pull ghcr.io/permify/permify:latest, you should get v0.4.8. If you want to use the beta, you can use ghcr.io/permify/permify-beta:latest.
Thanks @red brook . This is great news. Also thanks a lot for providing such a great open source software!