You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I have a Dash app running with a file called base-styles.css. While the app is running, if I modify base-styles.css to base.css, the following error appear:
builtins.FileNotFoundError
FileNotFoundError: [WinError 2] The system cannot find the file specified: ...
PR Reference: #286
At the moment, the only way to refresh the changes to the assets is to restart the app, and open up a new browser.
The text was updated successfully, but these errors were encountered: