Hello,
I’m trying to build a simple web shop using the demo on hugocodex.org
When I click the Proceed to Payment from the cart, I get the error read-only displayed, and inspect element in Chrome shows POST localhost:1715/shop/paylink/ 405 (Method Not Allowed)
When I change the method to GET, (or go directly to the URL), the page loads (with a huge query string)
See below where I edit the form to GET instead of POST:
If I have overlooked some documentation that outlines this, feel free to link me, I couldn’t find anything similar with these search terms.
Thanks for your help.
My Hugo ENV’s
hugo v0.113.0-085c1b3d614e23d218ebf9daad909deaa2390c9a+extended windows/amd64BuildDate=2023-06-05T15:04:51Z VendorInfo=gohugoio
GOOS="windows"
GOARCH="amd64"
GOVERSION="go1.20.1"
github.com/sass/libsass="3.6.5"
github.com/webmproject/libwebp="v1.2.4"