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
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...
- Charged after Downgrade
I downgraded from the pro plan last month, but it’s still trying to charge my card this month and my account has been restricted
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...