I was able to access my meteor App on my mobile phone by feeding in the server IP address followed by the port. e.g. 192.168.0.106:3000. This came in very handy when demonstrating progress to my bosses.
However now that I have added and configured both Facebook & Google Accounts systems to my meteor app through:
meteor add accounts-facebook
meteor add accounts-google
I can only login and access my app via my computer. When I try to use the facebook login via my phones I am directed to an Error page were it says:
localhost:3000/_oauh/facebook?code=... where it says:
This site cannot be reached. Local host refused to connect.
Try checking the connection...
and via Google login I am redirected to page:
localhost:3000/_oauh/google?sate=... where it says:
This site cannot be reached. Local host refused to connect.
Try checking the connection...
Again just to clarify, I am able to access my app only after logging via my computer BUT not via my mobile phones anymore. Is there still a way to access the app both via my computer and mobile phones?
Thanks in advance!