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

Error when accessing non-existent collection #1931

Open
bess opened this issue Jul 12, 2019 · 1 comment
Open

Error when accessing non-existent collection #1931

bess opened this issue Jul 12, 2019 · 1 comment

Comments

@bess
Copy link

bess commented Jul 12, 2019

Right now if you try to access a collection that does not exist you get this error:

https://app.honeybadger.io/projects/59583/faults/45731729

This should return a 404 in the same way that accessing not-existent records does.

We already solved this problem in tenejo, this ticket is for solving it in Laevigata.

@bess bess assigned bess and unassigned bess Jul 17, 2019
@mark-dce
Copy link
Contributor

Find a a way to rescue the error and redirect to PagesController#error_404

Example bad URLs

Should redirect to

Possibly a separate issue, catalog calls should redirect to the concern page rather than causing a server error

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

No branches or pull requests

2 participants