Hey all! My team is adopting sandboxes for our app which uses stripe connect and the connect embedded react components (Get started with Connect embedded components | Stripe Documentation).
Previously, we have the embedded components working with our stripe api keys for test mode. Recently, we tried switching these test mode api keys for sandbox api keys, and we get this error when trying to render embedded components with a created connected account (both connected account and accountsession secret were created with sandbox api secret key)
Which indicates that account session authentication isn’t quite working. I verified that the api keys are properly switched out, and I can’t find anything to configure in the sandbox mode to enable or disable to resolve this error. Has anyone encountered hiccups with account session like this?