Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tauri: App crashes at startup when no internet #476

Open
filopedraz opened this issue Nov 3, 2023 · 2 comments
Open

tauri: App crashes at startup when no internet #476

filopedraz opened this issue Nov 3, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@filopedraz
Copy link
Contributor

Description

If no internet, the app doesn't even load.

@filopedraz filopedraz added the bug Something isn't working label Nov 3, 2023
@Janaka-Steph
Copy link
Contributor

We fetch service infos from registry in setup hook of main.rs.
The hook happens before app loading.
Not sure how to improve UX here.

@tiero
Copy link
Contributor

tiero commented Nov 3, 2023

Let's expose a command is_offline and an event as well to JS so the app che show a nice "You are offline" screen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants