is there something I need to do to get Clerk to play nicely with WSL? I can curl localhost:7777 just fine but I get a site cannot be reached error in the browser
something about the "binding address" of Clerks http server ? it might default to "localhost", but should be set to "0.0.0.0" to work in some situations. Not sure, there is a config option for this in Clerk.
Not sure if this is still necessary but I run this powershell script on my Windows machine: https://github.com/microsoft/WSL/issues/4150#issuecomment-504209723
setting the host to 0.0.0.0 worked, thanks
ohh, trying to reach back to my WSL time, does it load if you do 127.0.0.1:7777 instead of localhost?
i think there's some weird DNS/IP mangling wsl will do (networking is definitely not my strong-suit)
doesn't look like it. I also can't connect from my browser when it's running on a different computer
Wsl or wsl2?
2