Hi jinnyzor, werkzeug don’t have 2.2.5. It only has 2.2.2, 2.2.3, and 2.3.0.
Dash 2.10.2 required werkzeug<2.3.0 so I tried werkzeug 2.2.3. It still didn’t work.
No idea where those extra files are coming from…
The browser console says that they are issues?
Yes, jinnyzor.
the HTML of the modal still existed when I checked on chrome developer tools. But nothing showing. It too weird
Check on the console tab, there has got to be some js that’s interfering.
I have an error: GET chrome-extension://njgehaondchbmjmajphnhlojfnbfokng/js/contentScripts/dom.js net::ERR_FILE_NOT_FOUND content.build.min.js:1
Seems to be common.
Check your chrome extensions
Hi, @jcuypers, I run my app with different browsers (Firefox, Edge) before and I didn’t get anything in the console tab. But it still doesn’t work. Nothing showing
Sorry I don’t know then ![]()
Have you tried creating a completely new directory and trying from there?
I know you tried a different venv. But try a different directory and venv.
hi @jinnyzor, I must apologize for my mistake. Actually, I have an assets folder.
I copied from many Dash templates https://github.com/plotly/dash-sample-apps/tree/main/apps/dash-oil-and-gas/assets.
I have 3 CSS files: 3-col0portfolio.css, bootstrap.css, s1.css, style.css.
If my new directory has an assets folder, it doesn’t work. If my new directory hasn’t an assets folder, it works.
I need an assets folder in my dashboard.
Hi @jcuypers, don’t worry about it, thank for your help
Search your project for dom.Js.
I didn’t find dom.js in my project.
Did you do a find? Or just look?
I use a Search function on VS code to find dom.js in my project (I search by name files and exists inside any files)
Weird. Not sure where that’d pop up from.
Kinda scary actually.
I’ll check that repo here in a bit.
Hmm, that repo is outdated, you can check out here for multi-page demos:
The bad thing here I built many dashboards in my project and use that css, It’s very hard to change my assets folder.
Is it possible to post your repo to run it on our machines?
Hi,
Late response, but maybe it helps someone.
I had a similar problem. For me, the problem was the AdBlocker plugin. When I turn it off, everything works as it should.
