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
A user reported that the current version of the Keeper app requires an active internet connection during the initial setup phase when creating a new app instance. If the device is offline at that point, the setup fails with a generic error message: "Something went wrong, check your internet and try again."
The user suggested that it would be preferable to allow users to create and initialize the app while offline, and defer the internet requirement to a later stage (e.g., during sync or login). This would improve usability, especially in environments with limited or no internet access.
Current Behavior:
App requires internet during initial setup.
If offline, setup fails and shows an error.
Expected Behavior:
Allow app initialization offline.
Perform syncing or validation later when the internet is available.
A user reported that the current version of the Keeper app requires an active internet connection during the initial setup phase when creating a new app instance. If the device is offline at that point, the setup fails with a generic error message: "Something went wrong, check your internet and try again."
The user suggested that it would be preferable to allow users to create and initialize the app while offline, and defer the internet requirement to a later stage (e.g., during sync or login). This would improve usability, especially in environments with limited or no internet access.
Current Behavior: