I am following this steps here (https://github.com/christyjacob4/30-days-of-appwrite), but I am stuck with this error (find screenshot attached) any ideas what I am doing wrong. BTTW I am using the Appwrite Cloud Instance.
Hey 👋
30 days of Appwrite is actually outdated if you following it for every thing
Let me try running this particular repo in my system and let you know if there's a problem
Thanks
Use Case: I am thinking of building a CMS/Blog with Appwrite. And the 30 Days of Appwrite is the closest have seen in terms of documentation. I would have appreciated something more in PHP because it will be hosted on CPanel. Checked the PHP SDK but wasn't technical enough to understand how to make it work with my scenario.
Can you try to check the logs for Appwrite? docker compose exec appwrite logs
Appwrite runs on cloud. ie Im using the cloud version.
Your use case seems good, yeah 30 days does seem like the closest to your idea however it is not updated. The GitHub repo you shared however seems updated
So were you able to get it to run on your end? What did you do differently if you did?
Can you share your project ID with me?
Recommended threads
- SSR share session to client using custom...
Hi, so I was trying to get a hang of using SSR and using realtime updates in the same time which is done easiest if you have a custom domain in Appwrite and as ...
- Custom Domains with Cloudflare for SaaS ...
Hi! I'm using Appwrite Cloud Sites with Cloudflare for SaaS for multi-tenant custom domains. Problem: Custom domain: donate.pekeetong.my → CNAME to sites.dono...
- [SOLVED] Get Relations when using Tables...
Hi there, I have a table containing a relation column with a one-to-many relationship to another table. When Using TablesDB.GetRow in "node-appwrite" i get all ...