#mbreazeale
1 messages · Page 1 of 1 (latest)
Hi there. One moment
Hey, taking over here!
When you testing, how are you testing it? Using stripe apps start?
yes. One thing that might be different than normal is I'm trying to support more than one subdomain and path. One for Single Sign On, and the other for my application website.
"content_security_policy": {
"connect-src": [
"https://sso.my-site.com/realms/",
"https://my-site.com/api/",
"https://www.my-site.com/api/"
],
"image-src": null,
"purpose": "Connect to api"
}
Which is the URL that's not working?
the sso one.
And you've definitely restarted stripe apps start after the change? Manifest changes require a restart/re-auth with the Dashboard (you'll see a message from CLI alluding to this)
To reflect recent changes from stripe-app.json, click "Continue" on https://dashboard.stripe.com/apps/enable-preview?cliaccount=acct_xxx
I did stripe apps start multiple times
Did you click the link it generates above?
No, trying now. I just refreshed..maybe that's my issue.
Yeah you'll need to click that URL and re-grant access for the Stripe account
ok. that worked. Thanks!