Description
Hello,
first of all, thanks for the work.
I try to get this running but I never get a function configuration. I try to setup the same flow as the "Hello World" example, but it does not matter what I do, the fd_children always stay on undefined. I even exported the "Hello World" and my one and compared it. In my version the fd_children are not set. The logs show always the following error:
2/02/2023, 21:30:58
msg : string[24]
"Error: no fd_children in"
02/02/2023, 21:30:58msg : string[71]
"Node '4b2e4c915eaae7c0' has non-string fd_children: undefined undefined"
02/02/2023, 21:30:58msg : string[24]
"Error: no fd_children in"
02/02/2023, 21:30:58msg : string[71]
"Node 'b36de40da23c0544' has non-string fd_children: undefined undefined"
02/02/2023, 21:31:10msg : string[24]
"Error: no fd_children in"
02/02/2023, 21:31:10msg : string[71]
"Node '4b2e4c915eaae7c0' has non-string fd_children: undefined undefined"
02/02/2023, 21:31:10msg : string[24]
"Error: no fd_children in"
02/02/2023, 21:31:10msg : string[71]
"Node 'b36de40da23c0544' has non-string fd_children: undefined undefined"
b36de40da23c0544 is the tab node and 4b2e4c915eaae7c0 the dashboard node. Fun thing is that in the tab node field "fd" references the dashboard id.
In the graphical configuration I have set the dashboard in the tab node. Also I have a grid node and in that i picked the tab node. Somehow the configuration in the back end does not get updated.
Any help is more than welcome.
Best Martin