Hi guys,
I was trying Appwrite for the first time as an alternative to Firebase. While creating attributes, some of them showed as “processing.” I looked it up on Google and read that this can happen due to backups and should resolve within 2 hours. However, it’s been 24 hours and they’re still showing as “processing,” which is causing issues—like not being able to index these attributes.
I’d really appreciate your help!
what's the project id?
Same here
please create a separate #🚑│support thread and include your project id and when it started happening
Project Id: 67fa53f000207a8984ca Thanks alot for responding hope it will be fixed soon :xhappywave:
Recommended threads
- [Regression] Appwrite 25.1.0 returns Inv...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...