-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this support OpenBalena v4.1.x? #42
Comments
I am hoping the dev replies, but I have found that the issue with the NotFound has to do with the REACT_APP_BANNER_IMAGE env variable. I added an image but I believe the resolution is wrong as I just get a blank screen. I think, the banner image that is in the container was some how corrupted or missing for a default. |
Actually after digging into the UI docker image I believe it is looking for the API version tag but it does not exist for API v30. I'm looking into the coding for the versions to see if any changes need to be made or if we can just you the last listed version. |
I think i have been able to fix that issue by adding But i am pretty sure open-balena-admin has further problems with the new open balena update |
I believe your right, i tried that and setting the API version to 0.185.0 and still no UI. Have you been able to get a version of open-balena working with Admin? |
Kinda, not 100% functionality but some of it. If i remeber right the only fixes i needed to do was the banner image thing, and further down in the services.yml was give the postgrest container the docker IP of the db container from openbalena. Although this worked to give somewhat functionality, thev ssh from the web portal wouldnt work. I assume there have been some changes to how openbalena manages users . |
@giuseppe443 @alekbless apologies for the delay in jumping in here - there have been a lot of updates to the open-balena-admin app since those docker scripts were built. The primary method of deploying it is in kubernetes via helm, and I've been keeping those up to date. If you look at the commit logs of the various open-balena-admin components (ui, postgres, remote) you should see the environment variables / other configuration items that have been added, and I would welcome any PR's to keep those docker scripts updated. Otherwise I'm sure I'll get around to this at some point, it's just not a focus at the moment. |
I just tried setting up open-balena-admin to test this nice looking, and helpful software.
When accessing :8080 after all containers started, connected to PostgreSQL DB, i'am returned with: Not Found
Blank page with Not Found.
Using latest OpenBalena. Any suggestions on where to start debugging?
The text was updated successfully, but these errors were encountered: