Hi!
After two days of struggling, I surrender, I need your help.
I’m running an app on a standalone server. I have a simple structure:
Class “Message” contains a relation to one “Team”
Class “Team” contains a relation to many “Users”.
Class “Users” contains a relation to many “Devices”.
EVERYTHING is set to autoload. However, when I do a find on the “Message” class, I retrieve my messages, containing the teams, containing the users. But the users don’t have any “Devices”. Everything is null.
Is there any limit on the autoload process? Is there something wrong with the Users class?