ecommerce-netlify
ecommerce-netlify copied to clipboard
🛍 A JAMstack Ecommerce Site built with Nuxt and Netlify Functions
Bumps [terser](https://github.com/terser/terser) from 4.0.2 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
Bumps [undefsafe](https://github.com/remy/undefsafe) from 2.0.2 to 2.0.5. Release notes Sourced from undefsafe's releases. v2.0.5 2.0.5 (2021-10-17) Bug Fixes remove debug and add tests (58fc474), closes #12 Commits 5d3fa34 chore: adding semver...
Opening a product page directly over url causes an HTTP 404 Example: https://ecommerce-netlify.netlify.app/women/product/440e2eac-67ed-4407-993a-d9f6b7f15087 Also navigating from /men to a product, when coming directly in the browser over https://ecommerce-netlify.netlify.app/men causes 404
First of all let me tell you: What a beautiful shopping cart. Probably the best I've seen so far for Nuxt. The Stripe problem: The payment system doesn't work and...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Currently the demo is displaying the following error when testing the checkout: No such payment_intent: pi_(some_random_id) Might be related to https://ecommerce-netlify.netlify.app/.netlify/functions/create-payment-intent displaying an error.