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

Implement Error and Catch boundries #37

Closed
DonKoko opened this issue Mar 23, 2023 · 3 comments
Closed

Implement Error and Catch boundries #37

DonKoko opened this issue Mar 23, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@DonKoko
Copy link
Contributor

DonKoko commented Mar 23, 2023

We need to implement it Error and Catch boundaries for the whole app.

https://remix.run/docs/en/1.14.3/route/error-boundary
https://remix.run/docs/en/1.14.3/route/catch-boundary

@DonKoko DonKoko added enhancement New feature or request help wanted Extra attention is needed labels Mar 23, 2023
@DonKoko DonKoko self-assigned this Mar 23, 2023
@carlosvirreira
Copy link
Contributor

Seems like a great initiative!

@DonKoko
Copy link
Contributor Author

DonKoko commented Apr 14, 2023

We also need to handle 404's for stuff like the item page as they are not working out of the box,.

@DonKoko DonKoko mentioned this issue May 4, 2023
@DonKoko DonKoko mentioned this issue May 15, 2023
10 tasks
@DonKoko
Copy link
Contributor Author

DonKoko commented May 16, 2023

Okey to handle this we have a few things:

  • Create a 404 component
  • Create a 500 component (optionally on all servers except production, it should render the actual error)
  • Handle errors on Root level
  • Handle Errors also on layout level

@DonKoko DonKoko closed this as completed May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants