Why my multi page app only shows the home page?

Hi @liuto

Are you setting the path when you register the page? If not, Pages creates a path from the file name changing _ to - and making it lower case.

When you get unexpected results like this, it can be handy to inspect the dash.page_registry dict to see what values were inferred if you didn’t set them explicitly.

You can also use this handy print_registry utility to make it easier to see the details.

1 Like