Maybe that’s why I did not work earlier because I was using firewall and allowed 8000 instead of 9000
Читать полностью…Prometheus and node exporter works fine just having issues with the tendermint RPC
Читать полностью…i got panic installed on a fresh server and it worked
Читать полностью…one more thing my docker-compose version shows build unknown
Читать полностью…https://panic_ip:9000 right? Because am accessing it externally not locally
Читать полностью…Yeah accepted the unsafe certificate but that’s for the UI access but for the https://localhost:9000, it did not prompt any cert warnings
Читать полностью…Also I do not understand how you get a blank page on https://localhost:9000
. At most you either get the api docs, or you get a warning saying it might be unsafe.
i realy the first time installation of panic with the previous version and was able to access the panic ui
Читать полностью…yes just checked now its pointed to my ip and not x.x.x.x
Читать полностью…Go on line 11 in panic/.env
. Are you sure the UI_ACCESS_IP
is not set to X.X.X.X
?
9000 not 8000 : the old panic had the installer on 8k, this one does not
Читать полностью…For the first installation I can’t get the tendermint RPC work
Читать полностью…is there any port i need to open on panic server again other than this?
Читать полностью…sudo docker-compose killЧитать полностью…
sudo docker system prune -a --volumes
sudo docker-compose up -d --build
So weird. Everything is running as intended
Читать полностью…for sure not an issue with docker since all build and panic is indeed running
Читать полностью…docker-compose version 1.25.0, build unknown
Читать полностью…Out of curiousity, try http
instead of https
, so http://localhost:9000
Usually after you bypass with thisisunsafe
(for chrome i believe), all works well. Try access via Chrome if you haven't done so already.
Make sure you accept the certificates on both the API and the UI
Читать полностью…and you're saying that if you access https://localhost:9000
is inaccessible completely?
the panic UI is assessable but page is blank then after sometime the above error pops up on the page
Читать полностью…Everything seems to be running well in docker
... hmm...