I have a stripe connect component (already configured) and working properly in the PWA version of my app. Looking at the developer tools, I see that Stripe’s endpoint fails with status 500, with a message of PROBLEM FETCHING STRIPE CUSTOMER: Error: Request failed with status code 500.
In the PWA version of the app, there’s a spinner that when it happens appears “Loading” and when the other 2 run and have a status of 200, it returns the message “Stripe account connected!” or the button to connect to Stripe.
My issue is that when I create a TestFlight build and when I try to access the screen where I have this component, everything breaks and I’m not able to do nothing in the app. This is a main functionality of the app so I need to make this component work.