#500 error server down
36 messages · Page 1 of 1 (latest)
Nope, as far as I know it's online and working
Where are you getting this error?
When i try to create a document in db from my project i get an 500 error
Is this from your appwrite console?
Or when you trigger your code?
When i trigger the code
Do you have set create permissions for such collection?
yes i have read and write permissions for the collection
And you can create it through console, true?
yes
At first when i faced this issue in my project I also got the server down error in the appwrite console, but after some time it automatically got fixed for the console
error screenshot
But does this ever worked?
Or it always threw such error?
no it was working fine
from yesterday i am getting this error
this is the project id
65757466458fafb26819
ok
Does your collection have any relationship attribute?
If your collection has any relationships, check for permissions and max depth of 3 levels nested relations allowed right now, if you have more than that, you will get the server error.
I got the same error yesterday, I had 4 levels of nested relations, after reducing them error gone.
no i don't have relations in my db i have only one collection
im getting the same error
its returning error 500, message: "general unknown" since yesterday
Can you show us your code?
Please, can you open a new issue with more details about your problem, code, collection information, etc
The strange thing is the code seems to work well, I mean, the code store the data into appwrite. Its create the user, store the user into the user collection but it returns error 500 with message "general unknown"
Does your users collection have any relationships??
yes, its does. with others 4 collections
Check the permissions for related collections.
If you have nested relations, max depth of 3 levels is allowed, if you have more than 3 you will get the error.
thanks. Let me check the collection
MY code screen shot