fix: improve error handling#527
Conversation
|
When I get an error page and I navigate to another page I still get the error page because the Error state doesn't get reset. Can you fix that? Because now you need to either click the back button or refresh, otherwise the error does not go away |
CasLubbers
left a comment
There was a problem hiding this comment.
Error page works for me ✅
We’re able to reset some of the error states within the paper layout or the error component itself. However, if the error comes from external sources (api, global state or RTK queries) it’s more difficult to reset those automatically since they're managed outside of the layout. That’s why we’ve added a back button, so users can safely navigate away and reinitiate the process when needed. |
Implement
https://jira.linode.com/browse/APL-651
Description
This PR updates error handling for JWT errors.
Is paired with: linode/apl-api#681
Screenshots
Please check the ticket attachments.
Considerations