Hello,
After weeks of inactivity, I started installing the docker image for amd64.
Gladys starts well but I have a lot of errors on undefined variables, with a lot of F5 it works partially.
I tried to test adding my camera with the RTSP integration but I couldn’t do it. ![]()
On the page of my Integrations, the first error is this one:
Uncaught (in promise) TypeError: Cannot read property 'device' of undefined
at Object.getIntegrations (integration.js:6)
Here:
const actions = store => ({
getIntegrations(state) {
const currentIntegrationCategory = state.currentUrl.split('/').pop();
const integrations = integrationsConfig[state.user.language][currentIntegrationCategory] || [];
store.setState({
integrations,
totalSize: integrationsConfig[state.user.language].totalSize
});
},