Bogdan-Lyashenko / codecrumbs

Learn, design or document codebase by putting breadcrumbs in source code. Live updates, multi-language support and more.
https://codecrumbs.io
BSD 3-Clause "New" or "Revised" License
2.71k stars 101 forks source link

Client can't connect to server in WSL environment #91

Open MaksimMyshkin opened 4 years ago

MaksimMyshkin commented 4 years ago

Environment: Windows 10 with WSL2. codecrumbs installed in WSL2 OS.

How to reproduce:

How to solve: It's need to just use localhost in url instead of 127.0.0.1. Otherwise ports from WSL are not accessible.

Bogdan-Lyashenko commented 4 years ago

Hey, thanks for the report. Do you think you would be able to create a PR? Appreciate it.

MaksimMyshkin commented 4 years ago

Ok. I will try when I will have a time. Looks like an easy fix.