Skip to content

Cannot read property 'readyState' of null #1463

Activity

igorklopov

igorklopov commented on Jul 13, 2018

@igorklopov
ContributorAuthor

Probably due to propagation delay

igorklopov

igorklopov commented on Jul 13, 2018

@igorklopov
ContributorAuthor

I patched the code to simulate second missing-files error. It turns out that indeed npm deployments hit this line https://github.com/zeit/now-cli/blob/11.2.9/src/providers/sh/commands/deploy/deploy.js#L883 and throw Cannot read property 'scale' of null however static deployments hit another line https://github.com/zeit/now-cli/blob/11.2.9/src/providers/sh/commands/deploy/deploy.js#L904 and throw Cannot read property 'readyState' of null

igorklopov

igorklopov commented on Jul 13, 2018

@igorklopov
ContributorAuthor

We can retry calling deploy after uploading several times while we are receiving missing_files thus waiting for propagation to happen.

igorklopov

igorklopov commented on Jul 13, 2018

@igorklopov
ContributorAuthor

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @igorklopov

        Issue actions

          Cannot read property 'readyState' of null · Issue #1463 · vercel/vercel