-
Notifications
You must be signed in to change notification settings - Fork 140
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
API error handling #3
Comments
gatsby develop error log: E:\learning\gatsby\gatsby-storefront (master -> origin) Errors: GraphQL request (3:5) URL path: success run page queries - 1.640 s — 13/13 7.95 queries/second Errors: GraphQL request (3:5) URL path: DONE Compiled successfully in 14153ms ================================== root@ubuntu:/home/vendure/my-shop# npm run start
info 5/29/19, 12:45 PM - [Vendure Server] Bootstrapping Vendure Server... |
Hi, This looks like it is related to vendure-ecommerce/vendure#99, which is fixed and will be included in the next release (possibly next week). It is a postgres-specific bug so feel free to try another db engine for now. |
We need a mechanism for displaying and recovering from errors returned by the shop API. Currently the error is logged to the console and that's it.
Probably some kind of toast popup thing would work well. For critical errors (like no response from the API) maybe a different type of error display would be appropriate.
The text was updated successfully, but these errors were encountered: