#jonwah_unexpected
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1254941192479838209
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi ๐
Do you mean you could not log into the Stripe Dashboard as the Connect Account?
Nope; I have a react app rendering a <ConnectAccountManagement> component - I generate a client secret on the server, load up the react-connect-js SDK with the secret, create the wrapping <ConnectComponentsProvider, render the connect account management component; and what it renders is a button to sign in - this launches a popup, and in the popup (which says test mode), i cannot login with the test account details
I can login to the stripe dashboard using the same credentials
Hmmm... To be perfectly honest, not all the test behaviors for Connect work as you or I might expect.
I have just tried again using firefox and now it's working
I've noticed that firefox shows a lot of content-security-policy warnings (I don't have a CSP on my site, they're coming from stripe), but it still seems to work sometimes
There is differences between chrome and firefox though
Okay and if you switch back to Chrome, does it still fail to login?
Yes, still fails
Ahh, I think it's my side; I've tried in incognito and it's working
Must be an extension blocking something
Huh...oh like some cookies or something?
Here's dev tools open before/after attempting login
I think it's a privacy extension blocking stuff
Okay cool. Glad you figured it out
That way, you can notify your Connect Accounts they may need to disable blocker software in order to log in
Yeah, it was disconnect or ublock origin.. sorry for that!