Replies: 1 comment 1 reply
-
Did a bit more digging and found that the website requires JQuery to run, and the JSDelivr CDN endpoint for JQuery was being blocked by the pihole on my network (though I've never run into an issue on another site). Leaving this for posterity for anyone else that might run into this edge-case, though it may be worth considering deploying a patch that integrates the payment and download forms without relying on JQuery since the form values seem like they could be implemented without JQuery or Javascript |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I visit the main page, if I try to select any value other than $20, the value I select is ignored when the stripe page is loaded. After having paid $20, the now visible "Download" button still posts the same request to the
/api/create-checkout-session
endpoint, instead of linking to any download endpoint. Theapi/create-checkout-session
endpoint doesn't appear to be handling the session token in the URL nor cookies, as it simply links back to the Strip checkout page again. If I modify the hidden value input in the form, then I can appropriately set the value to what I want. I've tested this is Firefox, Chrome, and Edge and all have the same behavior.Beta Was this translation helpful? Give feedback.
All reactions