Boro Vukovic
Boro Vukovic
Hi, I'm not sure I undestand. What exactly is your question or concern?
that error means your domain's dns isnt setup right for this. Remember sub-subdomains have to also point to your servers IP for localtunnel server to work. e.g. you're using cloudflare...
I think this might be a nginx/openresty/lua misconfiguration on your end. You need to configure nginx (or whatever is infront of the LT server) to handle that wildcard sub-subdomain and...
Sorry I've been mia, imma check this out early next week. If its good to go, I'll ping @defunctzombie to give me access to merge it in and push a...
Whatever local service/server is running on your computer needs to configure cors. Example: if you're running a nodejs + express server and creating a localtunnel to it, your express app...
Hey @CodesDoWork, Sorry just seeing this now. I recently swapped over to using traefik instead of nginx for the public localtunnel server. I don't think this is an issue anymore...
hey, how do you start your vue project? I think it should be like this: `vue-cli-service serve --host 0.0.0.0`
ah nvm, i think you'll have to disable host checking in your vue setup. Sorry, im not super experienced with vue This might be helpful or point you in the...
Hey, could you try again now? cpu usage on the server was insanely high the past couple weeks so i've upgraded the server and it seems to be way quicker...
Hey @Cluckhead, can you try again and see if it works? I just tested it out with a hello world docker container app and it worked fine. I used this...