Hello, I updated to 7.6.2 today, and am now greeted with the following error:
Version: 7.6.2
Build: 29199
Error: Internal Server Error
at fetchResponse$ (http://fluent.dev.brandcoders.com/bundles/commons.bundle.js:3:3009775)
at s (http://fluent.dev.brandcoders.com/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:338:774550)
at Generator._invoke (http://fluent.dev.brandcoders.com/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:338:774303)
at Generator.forEach.e.<computed> [as next] (http://fluent.dev.brandcoders.com/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:338:774907)
at s (http://fluent.dev.brandcoders.com/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:338:774550)
at t (http://fluent.dev.brandcoders.com/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:338:775045)
at http://fluent.dev.brandcoders.com/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:338:775195
I did some searching and found this github issue. My situation is basically the same, I am behind an apache proxy, but my ProxyPath is just for /, not each route individually.
Apache Config
<VirtualHost _default_:443>
SSLProxyEngine on
SSLProxyVerify none
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off
#SSLEngine On
ProxyPass / https://localhost:5601/ connectiontimeout=900 timeout=900
ProxyPassReverse / https://localhost:5601/
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
Kibana Config (yes, basePath is commented out, which means it should default to /app/kibana, right?)
server.host: "0.0.0.0"
#server.basePath: ""
#server.rewriteBasePath: false