-
Notifications
You must be signed in to change notification settings - Fork 9
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
Wrong footprint error message #30
Comments
@context I guess that this error is due to an undefined reference when a model is recovered from All Why there are no check to be sure if a model exists? |
@jaumard is this still an issue or can we close? |
Still an issue but not for hapi I think because it have to be fix/check on |
@weyj4 Here is how I fix this for Express and Sequelize With this Footprint controller web server doesn't send a 500 whatever the server is (as hapi do actually). |
Is there a way I can help with this? |
How to pass criteria = { column is not null} ? |
If we call a route like
/api/v1/default/toto
, I have this error :A better error message can be send like
no model default
or just500 server error
The text was updated successfully, but these errors were encountered: