Graylog 3 error when trying to create new sidecar configuration - Cannot read property 'then' of undefined

Hi,

I’m using a reverse proxy to access the graylog frontend and upgraded from 2.5.2 to 3.0.1. on Centos 7.6. I was testing 3.0.1 before I upgrade the rest and got stuck browsing to
https://example.com/system/sidecars/configuration/new
to create a new sidecar configuration. (Was also trying to import legacy configuration but nothing seemed to happen from there when I clicked the button.)

I don’t see anything in the server or nginx log files when this happens.

( It is related to the other issue I reported:
Graylog 3 error when trying to create new sidecar configuration - v.all(…) is undefined )

Gives me this error:

Cannot read property ‘then’ of undefined

Stack Trace:

TypeError: Cannot read property ‘then’ of undefined
at r._reloadVariables (https://example.com/assets/2e726fa8-12.dac1b68c62ef0b247bef.js:1:14630)
at r.value (https://example.com/assets/2e726fa8-12.dac1b68c62ef0b247bef.js:1:16845)
at kn (https://example.com/assets/vendor.4024e2a8db732781a971.js:18:89167)
at Tn (https://example.com/assets/vendor.4024e2a8db732781a971.js:18:84934)
at gn (https://example.com/assets/vendor.4024e2a8db732781a971.js:18:84286)
at Rn (https://example.com/assets/vendor.4024e2a8db732781a971.js:18:83307)
at $t (https://example.com/assets/vendor.4024e2a8db732781a971.js:18:82227)
at Object.enqueueSetState (https://example.com/assets/vendor.4024e2a8db732781a971.js:18:47300)
at n.W.setState (https://example.com/assets/vendor.4024e2a8db732781a971.js:26:1660)
at n.safeSetState (https://example.com/assets/app.dac1b68c62ef0b247bef.js:88:190298)
at https://example.com/assets/app.dac1b68c62ef0b247bef.js:88:189403

Component Stack:

in r
in div
in b
in p
in div
in b
in div
in p
in p
in Uncontrolled(p)
in div
in p
in div
in p
in div
in div
in b
in r
in div
in p
in div
in p
in span
in i
in SidecarNewConfigurationPage
in n
in div
in p
in div
in p
in div
in t
in div
in t
in n
in withRouter(n)
in div
in App
in RouterContext
in Router
in h
in t
in n
in AppFacade

Would it maybe make sense to post what your sidecar configuration is and how its set up??

I cannot create the configuration. I get the error. I do have working legacy configurations though but I cannot convert it to the new one. When I click the button nothing happens.

One possibility - browser cache. Graylog uses it a lot and upgrades fail oddly if you try and use the same page on the upgraded version. Usually closing the tab and opening a new one to the console works but clearing the browser cache will make sure.

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