#pezmania
1 messages · Page 1 of 1 (latest)
Do you see any errors in browser console?
Copy and paste the error here
JQMIGRATE: Migrate is installed with logging active, version 1.4.1
dashboard.0.24fa06e50abe1d50fd06.min.js:1 [Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'unsafe-hashes' https://www.google.com/recaptcha/api.js https://www.google.com/recaptcha/enterprise.js https://www.google.com/recaptcha/ https://www.recaptcha.net/recaptcha/enterprise.js https://www.recaptcha.net/recaptcha/ https://www.gstatic.com/recaptcha/api2/ https://www.gstatic.com/recaptcha/ https://hcaptcha.com https://*.hcaptcha.com 'self' 'nonce-H/WTrIJ4Qoq/6NnpFCQMYQ==' 'sha256-47mKTaMaEn1L3m5DAz9muidMqw636xxw7EFAK/YnPdg=' https://js.stripe.com https://dashboard.stripe.com https://connect.stripe.com https://b.stripecdn.com https://connect-js.stripe.com 'report-sample'".
27171 @ dashboard.0.24fa06e50abe1d50fd06.min.js:1
Are you evaluating a string in your code?
Did you register all external URLs in manifest? https://stripe.com/docs/stripe-apps/reference/app-manifest#csprequest
This is in test mode and using localhost
From the stripe documentation there was no instruction to include this in test mode
I saw a link to stripe.com/docs/stripe-apps
this is still considered as an external link.
Can you create a new Stripe app and see if you encounter the same problem?
I have even commented out all the areas without default code and still doesn’t work