Hi Everyone,
I have a multipage app with an index and another page that works fine.
Now I’m adding a new page and the browser only shows a BLANK page both for the index and the other two pages.
Seems like the layout is not loaded at all. And the server does not give any error message.
I’ve seen that this behaviour may arise when you have new compoonent libraries layout elements that are created by a callback (Display tables in Dash - #40 by chriddyp). In this case I’m not using anything different in the new page. Actually I tried just putting some html elements in the layout of the new page and the result is the same.
It’s a bit complicated to share the code here since the dash app is embedded in a larger Flask app.
I wanted to know if this is a known issue. Otherwise I’ll work on a minimal example that reproduces the error.