I have been using Pycharm as an IDE to create Dash apps but have been running into issues with Dash Pages and Pycharm. Most times, the app runs fine and a flask server is created when I initially run the app. However, sometimes when I try to run a multipage app, Pycharm does not create a flask server and does not produce any error message. After reinstalling Pycharm running the app works great for a few days but then this issue arises again. Has anyone else faced this problem or know a way to fix this?
Right now, I am continuing to edit and initialize the app every day. I have tried running in debug mode as well and face the same issue. And this is what PyCharm produces:
My code already uses dash import html. That issue is in the dash_bootstrap_components plugin so there isn’t much I can do. I am using 2.5.1 but I am updating Dash now.
For anyone else facing this issue, I deleted a folder named ~arkupsafe that was in my venv/Lib/site-packages folder. It seems to be a corrupted folder for the plugin markupsafe