-
Notifications
You must be signed in to change notification settings - Fork 38
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
TypeError: Cannot read property 'entries' of undefined #314
Comments
I suspect what is happening is that the browser we are launching is not actually ending up on the Ember application. Often times this is due to being redirected to an external login page, or something like that. Maybe you could navigate to |
I'm seeing this as well. Pointing to a different path isn't any different... My app isn't redirecting either... a |
As suggested by @rwjblue |
Well it does not for me... :) can we reopen? |
Reopened as requested by @basz. |
Above problem is the same as in #242, I believe they just need to update |
I was getting this error as well and found it was due to the use of optional chaining in our apps and building to targets of This depends on puppeteer@1.20.0 which uses Chrome 78 and optional chaining was added in Chrome 80. Upgrading this to puppeteer@latest worked for me to be able to run my code. I've opened a PR as well. |
Confused myself. It was not Fastboot but making sure that |
I'm getting this error with Had to change Now I get |
The process hangs after the following error.
The text was updated successfully, but these errors were encountered: