You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently downloaded the development branch of the App and was trying to hook it up to an instance of the field the bern server that I have running. However, I found that though I could login to the field the bern server I could not loading the canvassing app. Checking the server yielded the following problem:
** [Raven] User excluded error: #<ActiveRecord::RecordNotFound: Couldn't find User with 'id'={"errors":[{"id":"INVALID_GRANT","title":"Invalid grant","detail":"Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.","status":401}]}>
Which seemed weird since I put in the correct username and password.
Upon checking more I used wireshark and found that the android app was sending the base 64 encoded clientID and clientSecret with quotation marks around it.
Was the app changed after the field the bern server was taken down?
Thank you all for any help
The text was updated successfully, but these errors were encountered:
I recently downloaded the development branch of the App and was trying to hook it up to an instance of the field the bern server that I have running. However, I found that though I could login to the field the bern server I could not loading the canvassing app. Checking the server yielded the following problem:
** [Raven] User excluded error: #<ActiveRecord::RecordNotFound: Couldn't find User with 'id'={"errors":[{"id":"INVALID_GRANT","title":"Invalid grant","detail":"Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method.","status":401}]}>
Which seemed weird since I put in the correct username and password.
Upon checking more I used wireshark and found that the android app was sending the base 64 encoded clientID and clientSecret with quotation marks around it.
Was the app changed after the field the bern server was taken down?
Thank you all for any help
The text was updated successfully, but these errors were encountered: