Your Appwrite endpoint url is probably not properly configured
so what I have to do???
configure your endpoint url
check your settings on what it has been set to. Porbably forgot to add the /v1 in the end
So, in other words youw appwrite endpoint should look like this: https://yourappwriteurldomain/v1
right now it is showing this after login
You need to set permissions, collection or document level
If you're getting this error while having read permissions, that means the document/collection/project ID is not correct
project id, db id & collection id is right
the registered mail is also verified
Then read permissions are not set
That doesn't matters
You need to set permissions
its working fine now
thanks for help @D5 @Camo @Steven
What did you do to fix it?
The end point URL was typed wrong when setting the env variables in vercel'
[SOLVED] Invalid URL error when deploying in Vercel
Recommended threads
- Rate lΓmit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...
- How to set permissions using the createO...
Hi, I'm trying to create a set of registers in a table using the tableDB.createOperations function, but it seems like it doesnt support/expect the usage of the ...
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...