After the upgrade to 8.0.1 I'm getting:
(Using the free edition)
This browser is not supported by Splunk.
Please refer to the list of Supported Browsers.
Chrome shows the following errors in the console:
login?return_to=%2Fen-US%2F:121 GET http://localhost:8000/en-US/config?autoload=1 net::ERR_ABORTED 500 (Internal Server Error)
(anonymous) @ login?return_to=%2Fen-US%2F:121
login?return_to=%2Fen-US%2F:152 GET http://localhost:8000/en-US/i18ncatalog?autoload=1&version=@C54E56C0EC425F01AB6D671BDE948BC4B3985EAF... net::ERR_ABORTED 500 (Internal Server Error)
(anonymous) @ login?return_to=%2Fen-US%2F:152
account.js:1 Uncaught TypeError: Cannot read property 'BUILD_NUMBER' of undefined
at account.js:1
at account.js:1
at Object.690 (account.js:1)
at webpack_require (account.js:1)
at checkDeferredModules (account.js:1)
at account.js:1
at account.js:1
(anonymous) @ account.js:1
(anonymous) @ account.js:1
690 @ account.js:1
webpack_require @ account.js:1
checkDeferredModules @ account.js:1
(anonymous) @ account.js:1
(anonymous) @ account.js:1
login?return_to=%2Fen-US%2F:153 GET http://localhost:8000/en-US/i18ncatalog?autoload=1&version=@C54E56C0EC425F01AB6D671BDE948BC4B3985EAF... net::ERR_ABORTED 500 (Internal Server Error)
Did you ever solve this?
If so what was the solution?
Nope, I'm not using IE (tried that though too)
I tried Chrome, Edge, IE. None of them work.
There was a similar post mentioning 404 errors, but I'm getting 500.
So something different.
Hi,
I'm getting a similar issue here. I'm using iframe to display one dashboard within another. It worked fine in Splunk 7. But in Splunk 8, something changed, and iframe is no longer able to access a view within the Splunk instance.
The second localhost:8000/en-us/config?autoload=1 request is blocked by the browser, so nothing is shown.
Please refer to my post for detail:
Do you have a solution already?