-
Notifications
You must be signed in to change notification settings - Fork 222
ui won't connect #226
Comments
Are you connecting via https? e.g.: https://localhost:8080 I'll make sure to update the documentation for that. |
Yes, I have tried HTTPS with no luck |
Update, works on Brave on Windows 10 with a cert error, I was having breakage on Linux, let me test again. |
Confirmed, it's broken on my linux laptop but not the windows boot. There are no changes to the files on Linux and other dockerized apps work fine. |
Could you attach the output of |
Ok, so it's broken on my windows boot now too. The docker service logs command just blank outputs |
Confirmed on a third machine. That's 3 machines where it can't connect to the UI. 2 windows 1 linux. This all started when you guys moved to nginx, maybe there's a missing config in the repo? |
So on the 3rd machine I was able to get a output saying that there is no such task or service "walkoff_nginx" " docker service logs -f walkoff_nginx |
Debugged on desktop. It appears that 8080 was in use on the desktop. Moving to 8081 seemed to work. walkoff_nginx.1.vmcdq3c9zdce@linuxkit-00155d63f80a | |
I would suggest moving the port from 8080 as everything seems to use that port |
Ah, that would do it, I should have thought of that earlier as we had a similar issue on another laptop. I'll add that to the checks for the new startup process we're building. |
Seems to have broken on reboot. 8081 isn't working anymore. service logs won't show anything |
output seems interesting |
Correction, seems to be spotty still. |
It seems that sometimes it will spawn the nginx container and make a replica, sometimes it won't. |
So the bootloader appears to have fixed this under linux. Windows is still spotty though. |
linux is screwed again. Closed the laptop lid and now it times out on trying to connect. here's output aoighost@nomad:~/walkoff-motoko$ docker container ls |
nevermind about linux. It seems for some reason brave doesn't like it. Firefox works just fine though. |
OK it works on Windows now, but only on firefox. Chrome and Brave don't work for some reason |
The last two comments are referring to browsers timing out when connecting? Or UI bugs? |
browsers timing out while connecting |
after the recent commits for nginx support, the ui returns connection refused on trying to connect to localhost on 8080
The text was updated successfully, but these errors were encountered: