#mbreazeale

1 messages · Page 1 of 1 (latest)

twilit kindleBOT
atomic tusk
#

Hi there. One moment

elder wind
#

Hey, taking over here!

#

When you testing, how are you testing it? Using stripe apps start?

summer nimbus
#

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"
    }
elder wind
#

Which is the URL that's not working?

summer nimbus
#

the sso one.

elder wind
#

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
summer nimbus
#

I did stripe apps start multiple times

elder wind
#

Did you click the link it generates above?

summer nimbus
#

No, trying now. I just refreshed..maybe that's my issue.

elder wind
#

Yeah you'll need to click that URL and re-grant access for the Stripe account

summer nimbus
#

ok. that worked. Thanks!

elder wind
#

Glad to hear it!

#

Let me know if you have any other Qs