Setting javaScriptEnabled: false
in createPage()
never loads page
#868
Labels
javaScriptEnabled: false
in createPage()
never loads page
#868
Environment
Reproduction
Call
createPage()
by passingjavaScriptEnabled: false
in the options:Describe the bug
This will never finish loading the page because the
createPage
method always waits for hydration to finish. In this case, hydration can't ever finish, so the method's Promise never resolves.Additional context
Probably a rare use case, but I ran into this issue while explicitly wanting to test the unhydrated SSR output of a page.
Logs
No response
The text was updated successfully, but these errors were encountered: