We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: