Closed AnnMarieW closed 3 years ago
As reported on the forum here, the multi-page app doesn't work with Windows - the apps aren't in dash.page_registry dict
dash.page_registry
The problem is in these 2 lines of code. Using os.walk instead of glob for getting files in sub directories should fix it. PR coming soon.
As reported on the forum here, the multi-page app doesn't work with Windows - the apps aren't in
dash.page_registry
dictThe problem is in these 2 lines of code. Using os.walk instead of glob for getting files in sub directories should fix it. PR coming soon.