I posted here (https://discord.com/channels/564160730845151244/1102936099745177700/1213969531459080233) and was made aware that some of the behavior I'm experiencing with some parts of Appwrite were not expected.
What's the project ID?
i think its this(?) ||65e2f2eabf2aced76d05||
i'm kinda winging migrating our platform to appwrite as of like 48 hours ago so i'm very new to all of this haha
@martino apologies. We had 3 similar incidents with the same DB today. The team is doing there best to investigate and understand the root cause of the issue, while monitoring the service to react quickly with needed patches to allow availability. We’ll share more when we have updates.
For now all services are fully available.
okay that's totally fine, we really appreciate the transparency!
Thanks, it’s important for us to make sure we’re committed to the highest standards of services and doing everything we can to make the platform more and more reliable with every incident 🙏
if it helps - i noticed a weird issue immediately after I renamed my DB, but that could also have been a coincidence haha
Most likely just a coincidence 👍
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"...