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 was 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.