#Sofii - connect onboarding not loading in web view

1 messages · Page 1 of 1 (latest)

somber vectorBOT
topaz tinsel
#

Can you explain the integration details of whats not working for you?

#

It sounds like you're describing onboarding for connect accounts in some form

worldly wolf
#

yes. In our app, sitters need to set up their stripe account in order to receive payments. For that, they need to complete some steps and what we do is ask them if they have an SSN or ITIN number and then redirect them to the stripe web view

topaz tinsel
#

Are you redirecting them to Connect Onboarding? what do you mean by Stripe web view?

worldly wolf
#

this is the current flow

topaz tinsel
#

love the name 😍

#

OK, and what part is not working for you?

#

You are saying some users are not able to load the onboarding page on certain platforms?

worldly wolf
#

when the user selects confirm they are supposed to be redirect it to that onboarding page but they never are. The app keeps loading and they cannot complete their account

#

exactly

#

we checked our logs and couldn't find any errors

topaz tinsel
#

Oh, if you're trying to load the account link for onboarding in a web view, you should not do that

#

you need to push the redirect to the system browser

#

That page is not designed to work inside frames

#

Sofii - connect onboarding not loading in web view

worldly wolf
#

Hmm let me ask the developers for a min

#

would it work if we use a SafariViewController. may be?

#

so users won't be removed from the app

topaz tinsel
#

No I don't think this is recommended, they need to be sent to the browser, then you can use deeplinking to get them back into your app after success/failure

#

(redirect from your server URLs, etc)

worldly wolf
#

I understand :/ the problem is people tend to leave if they are redirected to a browser instead of doing everything from the app. There is no other workaround?

topaz tinsel
#

Aside from building it yourself and using custom accounts, which is not recommended if you are happy with onboarding

worldly wolf
#

Got it. I'll investigate this with our developers and see what we can do. So you are sure the issue is because we are not redirecting the user to the browser right?

topaz tinsel
#

Correct - I tested while were were chatting in ios 16 on an iphone mini 12 and had no issues loading the page in safari

worldly wolf
#

what I don't understand is why some users are experiencing that issue and some others don't

#

and all of the users that are experiencing it are iOS users

#

we don't have that issue on android

topaz tinsel
#

This might be related to browser enforcement of various framing restrictions