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
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?
As you can see in the screenshot some of the CSS files are being loaded, some aren't. Very strange.
The text was updated successfully, but these errors were encountered:
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.
As stated in the title.
![image](https://user-images.githubusercontent.com/14187972/34074558-21e882e0-e2b2-11e7-939c-adfcd4970b8d.png)
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?As you can see in the screenshot some of the CSS files are being loaded, some aren't. Very strange.
The text was updated successfully, but these errors were encountered: