You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a page can't render because a component isn't found, we should get an error message saying that the page can't render because a component isn't found.
Steps to reproduce
Add a new component reference to editable_components for a component that doesn't exist
Try to create a page
Result: 404 with no message
Expected result: better error message like "component not found". Maybe a 500 would be a better status code.
Thanks for your help!
The text was updated successfully, but these errors were encountered:
Summary:
When a page can't render because a component isn't found, we should get an error message saying that the page can't render because a component isn't found.
Steps to reproduce
Add a new component reference to editable_components for a component that doesn't exist
Try to create a page
Result: 404 with no message
Expected result: better error message like "component not found". Maybe a 500 would be a better status code.
Thanks for your help!
The text was updated successfully, but these errors were encountered: