error screenshot
But does this ever worked?
Or it always threw such error?
no it was working fine
I see
And what's your project ID?
from yesterday i am getting this error
this is the project id
65757466458fafb26819
Okay
The team will take a look
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
Please send a screenshot of your attributes as well (in the console)
Recommended threads
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- User Blocked - False Positive
Today I tried to log in to my cloud console and it said the user is blocked and I didn't even receive any email regarding this like what kind of violation is my...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...