
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
- approve deployment do not work
In https://github.com/cennso/cennso-website/pull/2 I see failing and when I go to https://cloud.appwrite.io/console/git/authorize-contributor?projectId=68f64b7b...
- Function execution stuck in "Processing"...
Hey! Is there any way to stop function execution? I know, I can set a timeout in seconds and I did. This particular function have 900 seconds timeout set in Clo...
- Messaging via Resend: "to": "\"undisclos...
I'm using the node-appwrite@18.0.0 SDK. ``` await messaging.createEmail({ messageId: ID.unique(), subject: "Subject", content: `htmlCont...
