
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
- GitHub OAuth Provider Session Missing `p...
I’ve implemented a GitHub OAuth provider in Appwrite. Below is the code I used: ``` const handleGithubLogin = async () => { const { account } = await createCl...
- SSR Auth: Redirect happens before cookie...
I followed these docs https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-7 However, when having successfully logged in via google, I get immediately redire...
- Unable to Create Relation Attribute in A...
Hello, I’m running a self-hosted Appwrite v1.7.4 instance on my server. I want to create a relation attribute between two collections in the console, but the co...
