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
When attempting to open the app without an internet connection, users encounter an unfriendly error message: ServerError: unknown error: ClientException with SocketException: Failed host lookup 'YYY.com' (OS Error: No address associated with hostname, errno = 7)
Expected Behavior
App should gracefully handle offline state
Show a user-friendly message indicating no internet connection
Steps to Reproduce
Put device in airplane mode or disable internet connection
Open Frigoligo app
Observe error message
Additional Context
This affects the app's "Offline first" goal stated in the project philosophy
Proposed Solution
Implement proper offline state handling:
Add connection state detection
Show appropriate UI feedback for offline state
Screenshots
Spoiler
The text was updated successfully, but these errors were encountered:
Current Behavior
When attempting to open the app without an internet connection, users encounter an unfriendly error message:
ServerError: unknown error: ClientException with SocketException: Failed host lookup 'YYY.com' (OS Error: No address associated with hostname, errno = 7)
Expected Behavior
Steps to Reproduce
Additional Context
Proposed Solution
Implement proper offline state handling:
Screenshots
Spoiler
The text was updated successfully, but these errors were encountered: