Unknown Error - 502 status code from client, 200 from browser #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've read through issue #3, and enabled the debugging, but all i get in the console is
when I start the server, and
when i make a request from the client.
From the client, I run:
And it returns
Error: localtunnel server returned an error, please try again.This seems to be coming from line 210 of client.js -
7b1fef982f/client.js (L210)When I
console.logtheres.statusCode, it gives a 502 (bad gateway), but I've confirmed (I think) that nginx is set up correctly - http://dev.jshawl.com/Is there something else I should try/console.log/test to get this working?
You are using the command line wrong based on the port your localtunnel server is on
The
--portargument is for your app, not the server