I am trying to go through the "Modify your Models" example from https://learnforge.autodesk.io/
Unfortunately ngrok is not working in our corporate network. If I try to run any of the command below
ngrok http 3000 -host-header="localhost:3000"
ngrok http 80
The only thing I get is:
listen tcp 127.0.0.1:4049: socket: An invalid argument was supplied.
and the tunneling is not working.
Is there any other option available?