calebolson123 / BabySleepCoach

DIY Baby Sleep Tracking
https://calebolson.com
Other
201 stars 35 forks source link

Problems with webapp connection #34

Closed rtxco closed 6 months ago

rtxco commented 6 months ago

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 6 months ago

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

rtxco commented 6 months ago

fixed by installing yarn in the webapp folder

wouterverduin commented 5 months ago

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