saleor / saleor-checkout

Migrated into a monorepo: https://github.com/saleor/react-storefront | The first fully open source and production-ready checkout experience.
https://saleor-checkout.vercel.app
23 stars 25 forks source link

Unable to checkout #99

Closed blackyzero closed 2 years ago

blackyzero commented 2 years ago

Hello,

I am getting following error from console when trying to checkout.

checkout:dev: ../../node_modules/.pnpm/css-loader@6.7.1_webpack@5.72.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[1]!../../node_modules/.pnpm/postcss-loader@6.2.1_ophkbroklgd6jdvupnp5h6xq4i/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[2]!../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.72.0/node_modules/source-map-loader/dist/cjs.js!./src/index.css 26.3 KiB [built] checkout:dev: ../../packages/ui-kit/dist/esm/index.js 79 KiB [built] checkout:dev: webpack 5.72.0 compiled successfully in 2568 ms checkout:dev: No issues found. checkout-app:dev: wait - compiling /channels (client and server)... checkout-app:dev: wait - compiling... checkout-app:dev: event - compiled client and server successfully in 2.6s (953 modules) checkout-app:dev: Material-UI: Thefadecolor utility was renamed toalphato better describe its functionality. checkout-app:dev: checkout-app:dev: You should useimport { alpha } from '@material-ui/core/styles' checkout-app:dev: Material-UI: the createMuiTheme function was renamed to createTheme. checkout-app:dev: checkout-app:dev: You should useimport { createTheme } from '@material-ui/core/styles' checkout-app:dev: wait - compiling /_error (client and server)... checkout-app:dev: wait - compiling... checkout-app:dev: event - compiled client and server successfully in 1081 ms (954 modules)

When trying to access the checkout page manually, i get following error (screenshot)

Screen Shot 2022-06-04 at 10 48 29 AM

To reproduce issue

Is there anyway to fix it? Thank you.

timuric commented 2 years ago

@blackyzero we have updated the checkout project with a new readme and Saleor demo storefront is using the new checkout project as well. Please take a look https://github.com/saleor/saleor-checkout

blackyzero commented 2 years ago

Great. I will try it very soon. Thanks @timuric for those updates.