Entity of type 'AppBundle\Entity\User' for IDs id(155) was not found
问题 When I iterate over users of one group (group#users and it's a ManyToOne relationship) to display the users emails, I get this error Entity of type 'AppBundle\Entity\User' for IDs id(155) was not found . However, when I display the user for which the exception is raised I see this: // In my controller dump($groups[0]->getUser()); // Output User {#761 ▼ +__isInitialized__: false #id: 155 #email: null #firstName: null #lastName: null #roles: null …2 } Besides, this user (whose id equals 155)