[Windows Issue] Custom Kibana App Plugin Crashes

Kibana Version :- 5.4.1 & 5.4.3
Windows 7
So I've created a repo to demo this issue :- https://github.com/varundbest/kibanaPlugins/tree/master/test_app
I built a kibana app plugin and it works fine on Linux but on windows i get error upon going to my plugin in browser :-

Kibana did not load properly. Check the server output for more information.

Console :-

test_app:196 GET http://localhost:5601/bundles/test_app.style.css?v=15104
Failed to load resource: the server responded with a status of 404 (Not Found)
VM476:1 Uncaught SyntaxError: Unexpected token u in JSON at position 0
at JSON.parse ()
at getState (commons.bundle.js?v=15104:49)
at Object. (commons.bundle.js?v=15104:49)
at webpack_require (commons.bundle.js?v=15104:1)
at Object. (commons.bundle.js?v=15104:1)
at webpack_require (commons.bundle.js?v=15104:1)
at Object.0 (test_app.bundle.js?v=15104:1)
at webpack_require (commons.bundle.js?v=15104:1)
at window.webpackJsonp (commons.bundle.js?v=15104:1)
at test_app.bundle.js?v=15104:1

There is no error in kibana server logs.

Edit :-
Turns out it is a bug in Kibana, Created an issue on github for it :-

Thanks for creating the issue. :+1:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.