Open real34 opened 6 years ago
The issue cannot be reproduced on the live instance at https://front-commerce-lite-upward.now.sh/
After analysis, the issue is in development mode. The cookie is here, but not propagated it seems… See https://github.com/nodejitsu/node-http-proxy/issues/1165 for a kind of similar analysis.
Currently: when adding a product to the Cart and then fetching the Cart content, it remains empty
Expected: the Cart contains the product that was just Added
See https://github.com/front-commerce/front-commerce-lite/blob/master/src/server/express/withGraphQLApi.js#L40 and https://github.com/magento-research/pwa-studio/blob/release/2.0/packages/upward-js/lib/resolvers/ProxyResolver.js#L42