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

< P> I tried to add an account-tweeter package, input the set up, input my API key and incognito, but I have a problem - when I certify in the pop-up and the callback redirect action takes me to a " This webpage is not available "error throws. / P>

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

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -