I have been using host header for a while but recently, it started giving this error – ERROR: unknown shorthand flag: ‘o’ in -ost-header=localhost when I run this command – ngrok http -host-header=localhost 4858
I have been using host header for a while but recently, it started giving this error – ERROR: unknown shorthand flag: ‘o’ in -ost-header=localhost when I run this command – ngrok http -host-header=localhost 4858
Use this command –
ngrok http –host-header=localhost 4858.
There is double — before the host-header.
