Hello,
I have my self hosted project on a server, and i wanted to import the schema to my local machine dev instance so I used the json file from the server and on my local machine used appwrite push collection to get the schema in my dev project. This worked perfectly, but i keep getting 401 unauthorized when trying to getDocument from a collection. Of course i set the permissions correctly on the collection.
Just as a test, i created a new collection and some documents, tried to get documents and works just fine. So this specifically has something to do with the imported schema.
Thanks
Recommended threads
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Failed to create function
Hey everyone 👋 I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...