I have a lookup table "Saves_Youtube_Playlist" containing two association attributes. In the Cloud GUI when I click on this collection to view the rows list, I consistently receive a 500 error:
Taking a look...
When's the last time this error occured? Can you reproduce it now?
I tried it just now and got the same error
My theory is my associations have too much data in their attributes and maybe the backend is trying to load all of that data. I can redesign my collections to not store that data (though if this is the root cause it'd be nice to have the option to shallow/lazy load large attribute values)
Recommended threads
- 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?
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...