giuseppe443

Results 10 comments of giuseppe443

> > @tchey290 No, unfortunately I did not find a solution. > > So far I've been able to get around this particular issue using cloudflare tunnel to provide SSL...

had a similar problem. Have you followed the instructions from the [open balena getting started](https://open-balena.pages.dev/getting-started/) guide correctly? Specifically the part about setting up the ca.crt copied from the server correctly...

I think the CLI uses the cert through the environment variable `export NODE_EXTRA_CA_CERTS='/path/to/ca.crt'`. The browser will need this one set up: `sudo cp ca.crt /usr/local/share/ca-certificates/ca.crt sudo update-ca-certificates sudo systemctl restart...

> 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 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...

> [@giuseppe443](https://github.com/giuseppe443) [@alekbless](https://github.com/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...

> After fixing the database connection (above and [here](https://github.com/dcaputo-harmoni/open-balena-admin/issues/41)) and addressing the "Not Found" message (environment variable `REACT_APP_BANNER_IMAGE`), I now see a blank page. > > Based on the previous...

> Hi [@giuseppe443](https://github.com/giuseppe443), thanks to quick reply. > > You're right, I have `34.3.17` instead of **`v34.3.17`.** > > With the correct notation (including `v`), the login page is displayed....

> Hi [@giuseppe443](https://github.com/giuseppe443) i have already changed the hostname of the db and also the network according to my comments on [other issue](https://github.com/dcaputo-harmoni/open-balena-admin/issues/41). > > I realized later that it...

> > Cant say i have seen this problem before. Did you do a fresh install of openbalena v4.* or an update from an older version? > > I installed...