You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When initializing a Flutter web application that integrates Stripe Payment Elements, the script https://js.stripe.com/v3/ is taking an unusually long time to load.
To Reproduce
Steps to reproduce the behavior:
Load into the Web application
Taking around 6 to 8 seconds
Then the Web application is loaded
Expected behavior
Ideally it should take less than 1 second
It looks like some network specific on your side because if I check on my computer I see that everything is loaded within an example time. Also if serving the Stripe/js library is slow I would recommend to reach out to Stripe customer support there.
Since we are not Stripe itself and there is little we can do here
I’ve tested this myself, and the issue occurs 2 out of 5 times. This is concerning for end users trying to log into our web application, as they see a white screen and end up closing the browser.
Is there anything we can do on our end to ensure this never happens?
I reached out to Stripe customer support, but they mentioned there was little they could do since this is a Flutter Stripe-specific issue. That’s why I’m reaching out to you.
Describe the bug
When initializing a Flutter web application that integrates Stripe Payment Elements, the script https://js.stripe.com/v3/ is taking an unusually long time to load.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ideally it should take less than 1 second
Smartphone / tablet
Additional context
Video link for reference: https://plateron-my.sharepoint.com/:v:/g/personal/harunr_novatab_com/ETkCJYjaQuFFvNT5D0vmBREBqSJQJV6vK1skAGUGOxT_JA?nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJPbmVEcml2ZUZvckJ1c2luZXNzIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXciLCJyZWZlcnJhbFZpZXciOiJNeUZpbGVzTGlua0NvcHkifX0&e=G6e6FX
cURL reference:
curl 'https://js.stripe.com/v3/'
-X 'GET'
-H 'Origin: https://qa.onlineorders.novatab.com'
-H 'Accept: /'
-H 'Referer: https://qa.onlineorders.novatab.com/'
-H 'Sec-Fetch-Dest: script'
-H 'Sec-Fetch-Mode: cors'
-H 'Sec-Fetch-Site: cross-site'
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15'
The text was updated successfully, but these errors were encountered: