-
Notifications
You must be signed in to change notification settings - Fork 497
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lex-web-ui not loading in some Chrome Incognito browsers #527
Comments
@st7788 I've tried to reproduce issues using Chrome via mobile device as well as Chrome on OSX and have not been able to reproduce against a site using the IFrame mechanism. What versions of chrome are you using on mobile? Is there a URL you can share that demonstrates the problem? |
@bobpskier I was just able to reproduce the issue on Chrome Version 114.0.5735.198, running on OSX. Within the console I get the I can visit the same URL from the same machine, using non-cognito, and the iFrame component loads with no errors. This behavior has also been observed across multiple networks. I am working on getting a public URL I can share to demonstrate the problem. |
@st7788 Usually this timeout means the lex-web-ui-loader-config.json is configured with a parent origin that is different than the origin being used to load the parent page. In the config file check the ui.parentOrigin setting. This must be "https://......" matching exactly the origin of the parent page. Would be helpful if you can share the url. |
@bobpskier I have confirmed that the The iFrame component and lex-web-ui load in without issue on all devices and networks we have tested, aside from Incognito. I am able to replicate this error repeatedly on I have also tested changing the parentOrigin to multiple different URLs of hosted sites, as well as local hosts, with the same results. Unfortunately I am unable to provide a url at this time. |
@st7788 I was originally testing using 114.0.5735.198 and could not reproduce against a site that I've deployed. Chrome just updated itself on my system to Version 115.0.5790.114 (Official Build) (arm64) and I still can't reproduce the timeout while loading. Can you point your system to https://lander.tioth.com and let me know if you can reproduce? Any sort of plugins in play on Chrome that might be influencing loading an iframe? |
@bobpskier I'm experiencing this same problem with my own site, I've just tested against https://lander.tioth.com and get the same time out error when using Incognito. Chrome Version: 115.0.5790.110 (Official Build) (64-bit) I can reproduce the same issue on https://lander.tioth.com using Chrome (114.0.5735.227) in Incognito on an Android device. |
We have encountered numerous users not able access the lex-web-ui iFrame component deployed on our site, when they visit the site from an incognito tab on Chrome. This behavior is most prevalent on mobile, however we do occasionally see it on web as well.
This behavior has been encountered by users on different networks, as well as the same network with varying results. There are no CORS errors console errors when this occurs.
The text was updated successfully, but these errors were encountered: