jeansaad / chalet

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
156 stars 19 forks source link

.localhost domains do not work on Windows #16

Closed Spedwards closed 2 years ago

Spedwards commented 3 years ago

The TLDs do not work on Windows. localhost:2000/app works but app.localhost does not. I have setup the proxy according to the instructions. image

I have restarted my browser and tried different browsers.

ProjectInfinity commented 3 years ago

Same issue on Linux.

philipbjorge commented 3 years ago

@Spedwards @ProjectInfinity -- This issue resolved for me after switching to the .test TLD -- https://github.com/jeansaad/chalet/issues/13

jeansaad commented 2 years ago

Going to close this as this seems to be the accepted workaround for the issue. I will consider setting .test to be the default as a part of #13.