Promises not working on Beta.5

I have updated my app, but getting this:

image

Thanks!

I don’t think that’s a problem with promises per se. I think you’ve got a syntax error somewhere in code that is being referenced by a promise who does not have any error handler. Try breaking on caught exceptions in a debugger to see if you can catch it earlier.

Was working on 17/4 nightly…

Seems to be failing with ionic-native plugins promises as well.

Yep, I see the same problem with ionic-native.

undefined is probably being passed somewhere to a function that cannot properly handle it.

Anybody else struggling with this?

@rapropos you where right :slight_smile: