ledgerconnect / steemconnect

Signer app for Steem
https://steemconnect.com
MIT License
159 stars 88 forks source link

Users Can't Login - 503 Service Unavailable #272

Closed samrg472 closed 6 years ago

samrg472 commented 6 years ago

SteemConnect is returning a 503 service unavailable error. The display page rendered is "Application Error" provided from Heroku services. The request will hang for 30 seconds before this error is returned.

Server request:

POST https://v2.steemconnect.com/api/oauth2/token?code=...&client_secret=...

I can confirm the code and secret are correct during the login process. When either the code or client_secret is incorrect, the API will correctly return a JSON error stating the role is invalid. Unfortunately, this means users cannot login.

The roles used are: offline, vote This has been tested with and without IP filters added on the web interface.

bonustrack commented 6 years ago

@samrg472 @DSofter this issue seem related to our recent changes about IP filtering https://busy.org/@gregory.latinier/increasing-steemconnect-security I've just reverted it, can you tell me if its working for you now?