Hello devs, as I start to develop React native applications, I am recommended Appwrite to establish database. In the add platform section, I am asked to clone starter project and I did it. I also headed to .env to assign project id and name, then started the project. After many times clicking on send a ping, the verify section is still waiting for connection. How can I get over this?
Also the log returns status 50, which idk what it corresponds to
The variables might not have been declared well. Check your env file name i think it needs to be changed 🤔 Or you can apply the variables directly in the index file
One more thing, this is actually optional. You pinging is only just to check you have setup your environment right. You can follow tutorials to develop app without needing this ping
Recommended threads
- Function connected custom domain error: ...
My domain is served through Cloudflare. Domain is now connected with the appwrite function. But when accessing the domain, I get the below error. Any suggestion...
- Permissions error
I try to create a row in my table but when i submit i have an error on my permission, i'm new on it so i dont understand the error. I have Row Security enable ...
- [SOLVED] Query.search() returning all ro...
When I use Query.search() instead of returning rows with the keywords provided it just returns all the rows in the table.