Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

deploy.check() never resolved #230

@HugoHeneault

Description

@HugoHeneault

Hi there,

I'm trying to use Deploy but I can't get the deploy.check() to be resolved.
There are no errors, no console message helping me:

      // this appears in my console
      console.log('deploy.check()', this.deploy.channel);
      this.deploy.check().then((snapshotAvailable: boolean) => {
        // that never appears in my console
        console.info('deploy.check() result', snapshotAvailable);
      });

How can I debug it?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions