-
Notifications
You must be signed in to change notification settings - Fork 137
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
Help - can't pass the login page #50
Comments
Hi @ranrubin , Can you please elaborate on what do you mean by "can't pass the type and START"? Can you perhaps attach a screenshot? |
Hi @orgoro, Is there any consistent difference between the IPs you can access from, and those from which you can't? Might they be routed differently, or is there any Firewall or Load Balancer with different rules for them? It looks as if the calls were simply blocked along the way... |
Hi @jkhenning,
|
@orgoro can you run a Trains example with this server? Even just a few lines of code that do |
@jkhenning yes everything works fine also when I connect from a different IP the web server works. |
@orgoro are you using port |
@jkhenning yes |
@orgoro using http? https? I'm thinking the difference might be an unnoticed auto-complete in the browser that uses different ports, causing the pre-loaded WebApp to try and communicate with the server on an incorrect port... |
@jkhenning http, port 8080 |
Hi @orgoro , Can you please send the full details for some (or all) of the failed requests? You can Right-click any of the requests and choose Copy -> "Copy all as cURL" (to get all the requests in the page with all headers) as well as choose a few and do Right-click than Copy -> "Copy response headers" to get the response headers. Also, following a different (and equally strange 😄) issue, can you try browsing to the web-app in incognito/private mode? |
I'll add to the mystery by saying that it doesn't work from my office but does work from home/hotspot (attempted from the same computer and browser). Also, in order to debug, I had the instance accept all incoming traffic. I thought it might be that the office's internet provider blocks automatically some CIDR blocks, but then why would I be able to see the homepage... |
@ranrubin this sounds like there must be a Firewall in your office that blocks these calls... When you say HotSpot I assume you mean using your smartphone with the Cellular Provider's network (and not the office network)? |
@jkhenning Exactly. But I kind of dismissed this possibility because I can see the homepage. If the trains' ip is 1.2.3.4. and I manage to get to the homepage at 1.2.3.4:8080, from the office internet, what is blocked? |
Well, |
Tried with |
@ranrubin Telnet may work while browser will not. This can happen if the firewall inspects the traffic, and sees the method, or specific information transferred. |
@jkhenning incognito not working as well |
@orgoro can you please try testing the same thing:
|
Hi, I would really appreciate any help :)
I had a running trains server that was deployed using docker-compose on a linux machine.
It worked nicely just the other day and suddenly I can't login into the application (can't pass the type and START).
I tried to reinstall it, but nothing helps. Any Idea where the issue can be?
I can't find anything in the apiserver.log .
The text was updated successfully, but these errors were encountered: