Hi @jinnyzor : That was already done, and it is still not working. If you look at the example listed in this thread:
def server_layout() is already a function.
There seems to be some bug or mystery when we try to apply the live update thing to multipage. Does this mean multipage is NOT supported to have refreshed/updated data upon page reload?
@jinnyzor : I just tried this, yes this simple example is working now. need to update one more line:
return app1.layout()
But this is still not working for complex multipage app, now the callbacks inside the subpages are now behaving very strange, with error “Duplicate callback outputs” when reloading the page.
Would this be able to support callbacks inside subpages for similar mulitpage app?
Thanks! That’s exactly the problem! after moving callbacks, and other embedded functions outside the main layout function in the subpage, now everything is working ok.
Thanks! That’s exactly the problem! after moving callbacks, and other embedded functions outside the main layout function in the subpage, now everything is working ok.
I was facing a same problem and type a problem on google and reach here and get my solution and now everything is working nicely.