I'm using /usr/bin/node -r esm ./bin/server --port 80 --domain sub.domain.com to run my server.
Console: Feb 12 10:23:13 raspberrypi node[1572169]: 2024-02-12T09:23:13.420Z localtunnel:server making new client with id tapsapi
I'm running this lt --port 3000 --host http://sub.domain.com --subdomain tapsapi for the lt client.
When i'm accessing to tapsapi.sub.domain.com, i'm getting a "404".
What is the issue ?
I'm using
/usr/bin/node -r esm ./bin/server --port 80 --domain sub.domain.comto run my server.Console:
Feb 12 10:23:13 raspberrypi node[1572169]: 2024-02-12T09:23:13.420Z localtunnel:server making new client with id tapsapiI'm running this
lt --port 3000 --host http://sub.domain.com --subdomain tapsapifor the lt client.When i'm accessing to
tapsapi.sub.domain.com, i'm getting a "404".What is the issue ?