S2member thankyou page 404 error

I’m attempting to create a thank you page after checkout that leads to this page:

https://appliedvisionbaseball.com/congratsavbmember/

…but I keep getting a 404 error when I perform a test purchase.

Page is live and published.

Here is how I have configured the shortcode. Am I missing anything?

FYI. I’ve tried both URLs:

https://appliedvisionbaseball.com/congratsavbmember/ as well as just

/congratsavbmember/

So in other words I’ve tried:

[s2Member-Pro-Stripe-Form level=“1” ccaps="" desc="$9.97 USD / Monthly (recurring charge, for ongoing access)" cc=“USD” custom=“appliedvisionbaseball.com” ta=“0” tp=“0” tt=“D” ra=“9.97” rp=“1” rt=“M” rr=“1” coupon="" accept_coupons=“0” default_country_code=“US” captcha=“0” success=“https://appliedvisionbaseball.com/congratsavbmember/“ /]

As well as

[s2Member-Pro-Stripe-Form level=“1” ccaps="" desc="$9.97 USD / Monthly (recurring charge, for ongoing access)" cc=“USD” custom=“appliedvisionbaseball.com” ta=“0” tp=“0” tt=“D” ra=“9.97” rp=“1” rt=“M” rr=“1” coupon="" accept_coupons=“0” default_country_code=“US” captcha=“0” success=“/congratsavbmember/“ /]

Just wondering, is there supposed to be quotes in the URL?

From what I read, there is supposed to be quotes. I could be wrong. Hopfully, someone is able to confirm…

Try dropping the trailing backslash.

You can watch the message sequence for the page using the browser debugging tools. Hit F12 key on your keyboard and the browser debugging tools will pop up. One of the tabs is “Network”. Select that tab and refresh the page and you will see all the messages that go between the browser and the server. See what url is actually being sent by the browser to the server when the 404 error occurs.