EyeSeeTea / EReferralsApp

eReferrals blessed repository
GNU General Public License v3.0
0 stars 1 forks source link

Server not available soft login not working #232

Open BRaimbault opened 4 years ago

BRaimbault commented 4 years ago

A message is telling me that the service is not available. But the soft login is not working. It should work as if the app was offline.

image

ifoche commented 4 years ago

@BRaimbault we've seen this error before. It looks like the server is returning error. We're not executing the login against the server when server is offline (login against local credentials). But here server is online so we try to login and it's the server who's returning an error.

I think it makes sense to block the user from accessing with login credentials when the server itself doesn't accept them, right?