-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
blank page during visit #6191
Comments
After playing some more, see this error in the DevTools console |
By inspecting the document.domain between top and aut frames I see the difference
|
do they embed an iframe with the |
This ticket originated with my request for help on twitter/in gitter... @flotwig can you clarify your question? I don't follow. The page that we're attempting to load doesn't include any iframes (some parts of our application do, but we haven't gotten to writing tests for any of those screens yet.) |
no, @flotwig I could not any iframes there - I think this message comes from aut iframe |
Is there anything I can do to assist in debugging? |
I'll be offline for a week, starting tonight. If you need any more information or if you think making some changes could help, please contact my colleagues at helpdesk@alumniq.com |
This also happens to me randomly and I have to close Electron and restart the suite. |
I'm not able to recreate this issue with the code provided anymore. Unfortunately we have to close this issue as there is not enough information to reproduce the problem. This does not mean that your issue is not happening - it just means that we do not have a path to move forward. Please comment in this issue with a reproducible example and we will consider reopening the issue. |
In case anyone finds this issue, in my case the issue was caused by the experimentalFetchPolyfill setting. It worked fine in the beginning and I replaced my custom polyfill solution, however it started failing in a way that the first cy.visit command would work, but after that I would just get a blank screen and if I tried to retry it would get stuck on loading tests. After I disabled that and installed a third party polyfill plugin: https://github.com/rckeller/cypress-unfetch it started working again. |
Cypress v3.8.2 on MAc
Spec
Page is blank
Notice the iframed document only has
<head>...</head>
element, no<body>
at all.See the following in the terminal (I have added a few line breaks to break the single string)
Relevant error from the above text
The text was updated successfully, but these errors were encountered: