bug: logging into MS Graph enters infinite loop #102
Labels
bug
Something isn't working as-needed or as-intended, or may be missing data
improvement
Improvements or additions to already-existing code---not part of new features/requests
Milestone
Describe the bug
Whenever there is no valid credential file, the program spawns a window to prompt the user to login to their MS acct. However, after entering credentials, the program enters into a repetitive loop where the redirect URI is not resulting in a successful login.
Expected behavior
The redirect URI should be provided to the API to successfully log the user in, ultimately creating a valid credential file (.jsonc).
Additional context
This may likely be caused by an out-of-date or mis-matched web driver file; ensure the web driver's version matches the web browser's version! If necessary, make it more foolproof. Only afterwards, investigate how the redirect URI is saved to see if any debugging needs to be done on that end.
The text was updated successfully, but these errors were encountered: