Appwrite is running locally on my Macbook. I'm trying to develop an Android app in Ionic with React.
Appwrite can't be accesses through it's IP-address from the Android app, probably because of the HTTPS issues.
Also, which Platform should I add within Appwriate. "Android" or "Web"? If Web, what would I fill in as the hostname? If Android, what would be the package name?
Recommended threads
- Appwrite Sites: ERR_TOO_MANY_REDIRECTS o...
So, my domain was working perfectly fine with Vercel. I was using cloudflare CDN (still am) but CNAME was DNS-only. I switched over to appwrite, CNAME is still ...
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...