You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
I am having trouble with the checkout process on my Saleor page.
I am using the Stripe plugin to process payments, and I am using personalized Stripe keys that link to my Stripe account. For some reason though the nginx server is not fielding the URL requested by the browser when I go to checkout. I get the following error when I check my nginx log:
open() "/var/www/html/app/checkout/payment" failed (2: No such file or directory), client: REDACTED, server: REDACTED, request: "GET /checkout/payment HTTP/2.0", host: "REDACTED"
I tried a search for: saleor "app/checkout/payment"
but nothing came up.
Suggestions?
The text was updated successfully, but these errors were encountered:
It appears the checkout module is not enabled for the download storefront, even though I have enabled it. I've been patient for an answer. My only conclusion is that the open source version you have for download is crippleware, not ""open source."" It's your right to do that, but in terms of ethics, you should be upfront about that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am having trouble with the checkout process on my Saleor page.
I am using the Stripe plugin to process payments, and I am using personalized Stripe keys that link to my Stripe account. For some reason though the nginx server is not fielding the URL requested by the browser when I go to checkout. I get the following error when I check my nginx log:
open() "/var/www/html/app/checkout/payment" failed (2: No such file or directory), client: REDACTED, server: REDACTED, request: "GET /checkout/payment HTTP/2.0", host: "REDACTED"
I tried a search for: saleor "app/checkout/payment"
but nothing came up.
Suggestions?
The text was updated successfully, but these errors were encountered: