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
If you delete the currently-stored offline map, the application will throw an I/O exception like this one:
Clicking 'OK' successfully restarts the app and reveals the offline map is indeed deleted.
However, attempting to take offline a new section of map throws this same exception. The behavior loops and I haven't figured out how to work offline yet because of it.
On UWP:
If you delete the offline map, the application will crash right away.
The application can be re-launched just fine and reveals the offline map is indeed deleted, but on a few occasions, I've been re-prompted to sign in. Seems the crash may also force signing out the user?
The text was updated successfully, but these errors were encountered:
The remaining errors are a result of an authentication manager bug involving OAuth refresh tokens that is resolved at 100.7. This issue should be resolved by #84
On WPF:
If you delete the currently-stored offline map, the application will throw an I/O exception like this one:
Clicking 'OK' successfully restarts the app and reveals the offline map is indeed deleted.
However, attempting to take offline a new section of map throws this same exception. The behavior loops and I haven't figured out how to work offline yet because of it.
On UWP:
If you delete the offline map, the application will crash right away.
The application can be re-launched just fine and reveals the offline map is indeed deleted, but on a few occasions, I've been re-prompted to sign in. Seems the crash may also force signing out the user?
The text was updated successfully, but these errors were encountered: