You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered an issue when starting services with Docker Compose for the open-balena-admin interface. After initiating the services and navigating to the IP and port 8080 in my browser, I'm presented with a JavaScript error in the console:
Uncaught TypeError: Cannot read properties of undefined (reading 'resources')
This error prevents the interface from loading properly. I followed the standard Docker Compose setup instructions without making modifications to the codebase. Could you please provide guidance on how to resolve this issue?
Same here, seems to be an issue with the open-balena-api image version. The index.js expects a maximum value of 0.185.0, whilst I'm currently using 29.1.1.
Hello,
I've encountered an issue when starting services with Docker Compose for the open-balena-admin interface. After initiating the services and navigating to the IP and port 8080 in my browser, I'm presented with a JavaScript error in the console:
Uncaught TypeError: Cannot read properties of undefined (reading 'resources')
This error prevents the interface from loading properly. I followed the standard Docker Compose setup instructions without making modifications to the codebase. Could you please provide guidance on how to resolve this issue?
Thank you.
Regards
Matias
@dcaputo-harmoni
@barribarrier
The text was updated successfully, but these errors were encountered: