server icon indicating copy to clipboard operation
server copied to clipboard

lt --host command not working

Open curiousartem opened this issue 3 years ago • 1 comments

Hey, when I type the lt --host command, with all the required arguments, it doesn't show anything in response.

This is what I type in: C:\Users\azureuser>lt --host http://spaceynetwork.me --port 1234 --subdomain spacey

Can someone please help me fix this problem? Thanks!

curiousartem avatar Jun 20 '22 15:06 curiousartem

Hi! Just ran into this issue, adding --host example.com to the startup command for the server worked for me

Example: bin/server --port 1234 --host example.com

Similar thing for docker (Which is what I did)

JackBailey avatar Jun 28 '22 18:06 JackBailey