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
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...