Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49229

Deploy.check() never resolved

$
0
0

@HugoHeneault wrote:

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

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49229

Trending Articles