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

fix: error handling #101

Merged
merged 1 commit into from
Sep 10, 2024
Merged

fix: error handling #101

merged 1 commit into from
Sep 10, 2024

Conversation

rolznz
Copy link
Contributor

@rolznz rolznz commented Sep 10, 2024

previously we do not properly catch errors in the swr methods so we could not show an error toast when something went wrong.

errorToast also threw an uncaught exception if it did not receive an error object, which lead to the app hanging

previously we do not properly catch errors in the swr methods.

errorToast also threw an uncaught exception if it did not receive an error, which lead to the app hanging
Copy link
Contributor

@reneaaron reneaaron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rolznz Do we need to upgrade to some newer GH action here?

https://github.com/getAlby/go/actions/runs/10787033940/job/29914952304?pr=101

utACK

@rolznz
Copy link
Contributor Author

rolznz commented Sep 10, 2024

@reneaaron the actions fix was merged to master

@rolznz rolznz merged commit b8a295b into master Sep 10, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants