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
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- Current User Is Not Authorized To Perfor...
I keep getting an error saying the current user is not authorized to perform the requested action, when I'm trying to create a row a table. Permissions have bee...
- Relationships and Realtime
Since now Relationship attributes are only returned when explicitly queried, how does this change reflect in Realtime? If a listener is listening to a row from ...