I was creating documents I got 500 error, however the the documents were created, but still got error 500.
It was working fine before, but now this happening
My projectID: 654cd88c56d527c96c08
Hi, are you using Cloud?
yes
There seems to be some issue with Cloud. The team is aware of it and will share more updates in <#1102936099745177700>
@Raja Are you still facing issues?
I also faced so many times
Are you still facing it right now?
The issue should have been solved 🤔
It is not fixed, sometimes it gives an error like Aborted/Abort and Server Error, and sometimes no any error
Okay, the team is investigating this
Its solved now, I think the issue is nested relationships, some times it causing problems, I removed relations now its working.
if there is any chance to increase the depth of nested relations, please increase. I'm working on ecommerce app, I really need it.
For now I'm going to add userId as an attribute.
Interesting. Anyways I think it should not happen 🤔
Please provide valid error messages, I'm seeing server error 500 for so many issues
so do you see 500 when browsing the console or only when creating a document?
not console, in code Im seeing 500
even there are no error in the code, I'm getting server error 500 sometimes
can we troubleshoot and narrow down to find out what the problem is? it's probably because of some relationship attribute. have you narrowed down which related collection is the problem?
Hey, This is My other account.
I had 4 levels of relations, I think that's what caused the error.
Currently no issue at all. Seems like the appwrite cloud is much faster today.
If I get an error again, even if the code is perfect, I'll post immediately.
Thank You.
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"...