calebolson123/BabySleepCoach

Problems with webapp connection

rtxco opened this issue · 3 comments

rtxco commented

For some reason I can't connect to :
example: 192.xx.xxx.x:80 shows this below
image

whereas 192.xx.xxx.x:8000 shows this
image

These pictures are from my desktop browser. When I try connecting to these addresses on mobile, none of them work. Just "site can't be reached"
I'm totally lost here. Any help is appreciated.

Running this on my desktop, firewalls are deactivated, Docker has been put on the Allow list for windows security. Getting the same issue

rtxco commented

I ran docker logs command and came up with this
image
image

fixed by installing yarn in the webapp folder

@rtxco How did you install yarn from the webapp folder? Thanks in advance!