Hey, I am getting the following error message when I try to add a billing and shipping address in the next.js storefront. This happens when I add an email address that has never been used before.
Error: Customer with id,cus_01GDXKATGWKBQ92MZX1B1CX5NT: 0 was not found
at CustomerService.<anonymous> (/home/share/Developing/medusa/medusa-backend/node_modules/@medusajs/medusa/dist/services/customer.js:279:35)
at step (/home/share/Developing/medusa/medusa-backend/node_modules/@medusajs/medusa/dist/services/customer.js:59:23)
at Object.next (/home/share/Developing/medusa/medusa-backend/node_modules/@medusajs/medusa/dist/services/customer.js:40:53)
at fulfilled (/home/share/Developing/medusa/medusa-backend/node_modules/@medusajs/medusa/dist/services/customer.js:31:58)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
type: 'not_found',
code: undefined,
date: 2022-09-26T19:10:43.273Z
}```