Skip to content
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

[BUG] Website throws exception before rendering #3310

Closed
mrkev opened this issue Aug 5, 2020 · 4 comments
Closed

[BUG] Website throws exception before rendering #3310

mrkev opened this issue Aug 5, 2020 · 4 comments

Comments

@mrkev
Copy link

mrkev commented Aug 5, 2020

Context:

  • Browser: Chrome, macOS 10.15.5 (19F101)

Describe the bug

I'm trying to learn more about playwright, but I'm having a hard time since the website shows a blank page when I try to load it. The error:

Uncaught (in promise) TypeError: Cannot read property 'map' of null
    at L._initialize (main.js:19)
    at async Function.create (main.js:19)
    at /async https:/playwright.dev/main.js:39

Screen Shot 2020-08-05 at 2 29 45 PM

@arjunattam
Copy link
Contributor

arjunattam commented Aug 5, 2020

@mrkev, thanks for reporting. The docs download content from github, and it looks like the github API failed in this case. Would it be possible for you to show the devtools network tab to help confirm?

The docs are located here on GitHub – sharing just to unblock for now. We definitely want to fix this asap.

cc @aslushnikov

@mxschmitt
Copy link
Member

FYI: I experienced also some CORS issues on the site from time to time over the past few months. Very randomly.

@mrkev
Copy link
Author

mrkev commented Aug 6, 2020

Ah, I can't repo anymore. Now it's consistently working. Good news, but unfortunate for debugging.

@arjunattam
Copy link
Contributor

Thanks for checking. I’ve created #3318 for a long term fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants