davidrea / indxd

A Meteor web app to index topics in a pocket notebook library
GNU General Public License v2.0
9 stars 1 forks source link

Sign-in broken #9

Closed lynng closed 8 years ago

lynng commented 8 years ago

Sign-in is broken for Safari for OS X, Chrome, Firefox 43 and Safari for iOS. No error, the button just does nothing after entering username and password. Attempts to use Return key from password field also does nothing. I confirmed I wasn't running any ad/script/content blockers and the problem persists. Tried on multiple networks - it's not the firewall either.

davidrea commented 8 years ago

Confirmed here on Chrome/Linux. Will take a look tonight!

davidrea commented 8 years ago

@lynng Can you try logging in and leaving the browser alone for a while after clicking the button? Mine is working again but occasionally the server response is significantly delayed. I may need to add a spinner...

lynng commented 8 years ago

I just tried, and it did eventually authenticate successfully. Maybe 60- 90 seconds. I noticed the color of the button darkens slightly, but given the length of the delay a more obvious visual indicator would be an improvement. Thanks!

On Wed, Jan 6, 2016, at 04:20 PM, Dave Rea wrote:

@lynng[1] Can you try logging in and leaving the browser alone for a while after clicking the button? Mine is working again but occasionally the server response is significantly delayed. I may need to add a spinner...

— Reply to this email directly or view it on GitHub[2].

Links:

  1. https://github.com/lynng
  2. https://github.com/davidrea/indxd/issues/9#issuecomment-169465387
davidrea commented 8 years ago

OK thanks for the follow-up test. I noticed some lengthy delays the other night adding new books, so there may be an issue with round-trip time on the hosting side. Right now Indxd is using the free-tier Meteor hosting, and I'm in the queue to join their new paid service.

I'll look into how to add a spinner to the login button to indicate it's in progress...

davidrea commented 8 years ago

Indxd is now migrated to use Galaxy and DigitalOcean for hosting, so long database connection delays should be resolved!