Hi all,
regarding my Plotly-Dash multi-page app GitHub - IloBe/Egypt-Pharaoh-Hieroglyphs: Python/Plotly-Dash web application informs about most important egypt pharaoh names of BC dynasties. and working with Firefox there seems to be an issue with .js files. Often the browser doesn’t realise the appropriate .js file, there is still an old, invalid one in the cache and a hard refresh has no effect. Only with manual cleaning it is gone mostly. This doesn’t happen with other browser types (Chrome, Safari). There the app runs fine …
Exists a proposal to make firefox and its .js handling more stable?
@AnnMarieW - you have seen the app already with a PoC status nearly 1.5 year ago; now I had the time to transfer the coding to a better status. Even the cartouche images are not all ready (this will take some time), would it be helpful for someone learning Plotly Dash? I would appreciate your opinion or the the one of your colleagues, Plotly-friends, …
Thanks!
PS (later on):
I found the reason of the browser topic: it happens with firefox by coincidence, it would have happened with the other ones as well. It used a ‘ghost’ .js file from jupyter directly after the project file (the checkpoint file); removing it solved the issue; so, the update of the ignore file was the solution.