While bouncing around on different branches, I inadvertently got a privatelink added to one of my nodes. This caused a very deep recursion when it couldn't set the field because my new branch did not have a setter for that field. It would be better if the ODM recognized this situation and reported an error about the field, as the current failure mode is very difficult to debug.
While bouncing around on different branches, I inadvertently got a privatelink added to one of my nodes. This caused a very deep recursion when it couldn't set the field because my new branch did not have a setter for that field. It would be better if the ODM recognized this situation and reported an error about the field, as the current failure mode is very difficult to debug.