-
-
Notifications
You must be signed in to change notification settings - Fork 84
can't connect to the server via localhost #202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, thanks for pointing this out, I did not think about ssh tunneling use case. Connection to localhost was restricted because of many unfair 1-star reviews on Google Play from users who just saw 127.0.0.1 in the automatic logs, used that in app and were complaining that app is not working properly. Now we are working on allowing the localhost connections and showing a warning dialog to user. |
If I'm correct don't you have to put --listen and --port 8888 on the automatic1111 machine then on the phone when u go put in the URL I put in 1.2.7.0.0.1:8888 like that? Correct me if I'm wrong. People are just putting 127001 and not the port |
In that case you still have to put --api and --listen, but also setup SSH server on your machine. |
sometimes I would like to connect to the server by enabling ssh tunnel for security when running locally and map it 127.0.0.1. But the app won't let me connect to the localhost(127.0.0.1)
The text was updated successfully, but these errors were encountered: