Windows, load custom plugin

hello,

i have a problem, it appear only on windows.
first i develop plugin on ubuntu 16, and on windows 8.1 x64, and ob ubuntu (mozilla firefox 57 version) it load correct.
Then i install this plugin on kibana on red hat 6.4(x64), but after loading this plugin on windows server 2012 x64, i got exception in browser
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

getState
http://ip:8091/bundles/commons.bundle.js:87:30956
[2447]
http://ip:8091/bundles/commons.bundle.js:87:31254
webpack_require
http://ip:8091/bundles/commons.bundle.js:1:211
[2438]
http://ip:8091/bundles/commons.bundle.js:87:20390
webpack_require
http://ip:8091/bundles/commons.bundle.js:1:211
[0]
http://ip:8091/bundles/esblogger.bundle.js:1:79
webpack_require
http://ip:8091/bundles/commons.bundle.js:1:211
window.webpackJsonp
http://ip:8091/bundles/commons.bundle.js:1:862
<анонимная>

how to solve it?
any work arounds?
kibana version 5.5.2

It's hard to say without seeing the code to your plugin. We have not had this issue with any of our plugins.

hello guys, i found solution.
in my plugin i use bootstrap.min.css, this css file imported some fonts from internet.
in offline mode i don't know why, i catch earlier described exception. then i remove this import , and kibana plugin success run. But this need to reinstall plugin.
thanks

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