Hi
I have seen various methods but tried to follow the tutorial from the documentation but I got a problem.
I have defined global data in my main layout.
But when I click on page properties to set it up, I don’t see my global data in the server data bindings pop up but only “output”.
Any ideas?
Your second screenshot suggests you are trying to bind value in layout page again.
I don’t think that works in that manner.
You should see the params set in layout page in the content page.
I tried to follow this doc. https://docs.wappler.io/t/sever-side-rendering-with-nodejs/21650#Defining-Template-Data
But I guess the error comes from that I try to do it at “global data” but should do at “template data” level. Will try again.