Hi,
First of all I really appreciate this project, I hope I can eventually contribute.
I pushed a small pilot project to production and it's getting some traffic. I have set up Sentry error logger and I see that some users get a random error 'Cart could not be refreshed', it happens during the refreshCart method here:
|
throw new Error('Cart could not be refreshed'); |
I'm rather new with graphQL so I'd like to ask how could I catch what causes this random error?
Hi,
First of all I really appreciate this project, I hope I can eventually contribute.
I pushed a small pilot project to production and it's getting some traffic. I have set up Sentry error logger and I see that some users get a random error 'Cart could not be refreshed', it happens during the refreshCart method here:
woonuxt/woonuxt_base/app/composables/useCart.ts
Line 36 in 5d38403
I'm rather new with graphQL so I'd like to ask how could I catch what causes this random error?