Solution for troubleshooting connection to Steem API public node

in steemdev •  7 years ago  (edited)

Since the beginning of new year, I noticed that all my steem apps based on steem.js don't want to work. After a little research I found out that the public node does not work anymore.

Also I have tried wss://steemd.steemit.com, wss://steemd.steemitdev.com, wss://node.steem.wsand had negative results.

If you are steemt dev and have the same trouble with your app, please try next:

  1. Update to new v0.6.4 version your steem.min.js by link https://github.com/steemit/steem-js/releases

  2. Set socket connection to node wss://steemd-int.steemit.com

  3. Enjoy

Good news for those who still use my apps they are working and accessible by links WhaleSonar and upVoters

Before use please clean cache in your browser.

Ctrl + F5 (Win) or Cmd + shift + r (Mac)

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Thanks