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
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?