javascript - Meteor.js Twitter login when running on the Codio editor "page not available" -
I am using online IDE called Kodi which comes with internal hosting.
Each code project was assigned a URL and a port for my meteor project, it was sent to http://deliver-milk.codio.io:3000
I checked the URL of the popup and it looks like http: // localhost: 3000 / _oauth / twitter? Close & amp; Trying to navigate to state =
In my Twitter app settings, I have tried to do all this as a callback, but the end result remains the same:
http://127.0.0.1:3000/_Auth Twitter? About http://127.0.0.1/_oauth/twitter?close http://deliver-milk.codio.io:3000/_oauth/twitter?close http://deliver-milk.codio.io:3000
..
Has anyone faced this issue and how has this been removed from any thought?
127.0.0.1
or localhost
Refer to the server bindings with 0.0.0.0
. Since they are online based they will not work
Comments
Post a Comment