Yesterday realtime was working fine but from the upgrade its failing I have attached an image for reference
Have you resolved the issue?
No not working
I have the same problem with flutter sdk
Yeah and been a full day
With this problem
Which seems very long
Yes π , I thinks I will deploy the backend on my server to avoid problems during their update
Yeah seems like a the only way until it gets stable status.appwrite always shows everything working but there is lot more downtime
I just want some accurate stats so that people can choose wisely until everything is stable
it's working except realtime and a worker
Seems this time is a problem with a provider
That's why cloud is in beta, bacause it's not stable
No problem.What I was saying was not a criticism, but an observation, I know it's in beta. Appwrite is the best backend I had the opportunity to work with on flutter, but as since I use it there had been no incident and suddenly nothing works for 3 days, surprised me
I understand. I think it was a combination of heavy loaded server + latest upgrade issues
That's why they're facing so many issues
Plus this is happening on a weekend, even worse
No I can understand the problems I just want to see what services are in problem and how often so ro make an informed choice on what services to use
I only said it because a lot of time I have seen people complaining but status.appwrite shows everything works fine
I like appwrite a lot it's one of the easiest baas I have worked with I just want to see how stable is cloud
I ubderstand. That's because appwrite statuspage is managed most times by a robot
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...