Michał Miszczyszyn

Results 133 comments of Michał Miszczyszyn

I think we still need to build apps in GitHub Actions so that we can run other checks: `tsc`, `eslint` and `paths`

It's a Saleor Core bug. It'll be fixed in the core. Internal link for reference: https://app.clickup.com/t/2549495/SALEOR-7262

I have a solution which will make both of us happy :)

Fixed now by introducing rewrites and serving storefront and checkout from the same domain: https://github.com/saleor/react-storefront/issues/418 https://github.com/saleor/react-storefront/commit/c81cb41ba29734132b99e3c9d8b7b446d666d4ac

Sorry for trouble, we've been going through some organisational changes in the repository. Is this problem still occurring for you?

@ianninirojas @xydac @Sridatta19 can you reproduce it in [demo](https://demo.saleor.io/)? Or can you share a repository where it's reproducible?

There's a Work In Progress PR here: https://github.com/saleor/react-storefront/pull/347 Stripe Payments should be ready for testing next week.

As of now, we're integrating credit cards. We're planning to extend this in the future - it'll be a low hanging fruit once the first integration is done :)

We should not load .env files on production – we should use actual environmental variables.