You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: