Open hydranteractive opened 4 years ago
The problem seems to be happening in this line of ResourceService.php
[2020-07-22 14:11:14] local.ERROR: Undefined property: stdClass::$id {"userId":1,"exception":"[object] (ErrorException(code: 0): Undefined property: stdClass::$id at /path to public_html/laravel/app/Services/ResourceService.php:135) [stacktrace]
I don't know what could be causing the problem. Could you paste the table structure for which you are trying to create BREAD? And the table structure for which you are trying to create relationships.
Hello,
We have a strange problem creating BREADs. We are able to create them by associating them with the right table. Once the form it is created, we can see it with the show option, but if we try access it through resources to view the table or to add records, the program crashes and takes us to the login page of the dashboard, without any warning or undertandable error messe.
The example provided is working correctly, also we have seen that the fields listed in it, are less than the fields in the database.
What could be the problem?
Regards,