Total beginner here, still learning Appwrite and following some tutorial. It seems I cannot create Documents in my database and also the attributes I created keep displaying as 'processing'. What could be wrong?
Hi, any chance you're following the egghead tutorial :). I'm also stuck at the same point. My attributes are still processing and the Create Document button is also greyed out.
Hi Monique, which tutorial is that? Any good ones you can recommend? The one I‘m looking at has quite a few flaws, unfortunately. https://youtu.be/t9jS1m-oK4k?si=41crFk3QNs2PCpkY
I just got an email for https://egghead.io/courses/full-stack-with-react-and-appwrite-e1e46f61 and giving it a try. It's React with Appwrite. I'm currently learning cloud development so I thought this would be a good interruption :). Going great so far besides the app not responding correctly. Based on my understanding, Appwrite is a Backend as a Service product. I just started so hoping there's no more flaws 🙂
Recommended threads
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...