-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem when autoloading styles in Kibana plugin #5349
Comments
@spalger can you look at this? |
@BigFunger didn't you have to work around this in your plugin? |
Btw, if I disable Kibana and Elasticsearch, but don't disable autoloading, I get the following error when running my plugin:
If I disable autoloading I end up with #5349. My config:
|
At some point this was fixed. Haven't seen this problem lately on master. |
i face this issue with kibana 4.4.1 |
I'm seeing the |
I get this error when only autoloading styles:
This only happens if I set up the router.
I've got a minimal example running with this error. Here is the main file,
index.js
:and in
public/index.js
:Whenever I refresh this app I get the error. If I add more routes and add urls to jump between them, I get this error:
The text was updated successfully, but these errors were encountered: