brocessing / kirby-webpack

:muscle: A Kirby CMS starter-kit with modern frontend tools
MIT License
179 stars 23 forks source link

Clean Install, panel assets not loading (Windows 10) #29

Open EdwardLecock opened 6 years ago

EdwardLecock commented 6 years ago

As stated in the title. I wanted to start working on a new project, cloned this project and installed all the dependencies via npm install. Now when I log in to the panel, it just loads forever. Using Dev Tools I see that the most of the panel assets (css, js, fonts, img) aren't loading. Any Idea what might be causing this? image

As you can see in the screenshot some of the CSS files are being loaded, some aren't. Very strange.

antoine1000 commented 6 years ago

Can you provide your OS version ?

I guess you work on Windows because we were able to reproduce this error on Windows 10.

EdwardLecock commented 6 years ago

Yea, I'm on Windows 10

EdwardLecock commented 6 years ago

I was able to do some more testing today and it's really strange behavior. It seems the files http://localhost:8080/panel/plugins/css and http://localhost:8080/panel/plugins/js that are included in the head are the ones that cause it. Installing a single plugin (that contains custom js and css for the panel) solves the problem, and the panel works as expected.