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
While trying the storefront and adding Mollie payments, I hit this issue:
[1] TypeError: Cannot read properties of undefined (reading 'exception')
[1] at /home/joao/dev/storefront-remix-starter/app/graphqlWrapper.ts:92:47
[1] at processTicksAndRejections (node:internal/process/task_queues:95:5)
[1] at action3 (/home/joao/dev/storefront-remix-starter/app/routes/checkout/payment.tsx:48:24)
While trying the storefront and adding Mollie payments, I hit this issue:
The issue is in this code:
There is no extensions field in the error object, so thats why it fails. Where is this supposed to come from?
The text was updated successfully, but these errors were encountered: