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

Improved Error Handling for Unimplemented Backend Recipe #736

Open
anku255 opened this issue Nov 6, 2023 · 0 comments
Open

Improved Error Handling for Unimplemented Backend Recipe #736

anku255 opened this issue Nov 6, 2023 · 0 comments

Comments

@anku255
Copy link
Contributor

anku255 commented Nov 6, 2023

Currently, when an unimplemented recipeId (rid) is passed in the header, the middleware doesn't handle the request. It results in a generic 404 error, providing limited information.

Proposal: Enhance the middleware to return a more informative error message when a valid recipeId is passed but not implemented by the backend. The updated response will include the message: ${recipeId} is not implemented by the backend

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

1 participant