Tomáš Půža

Results 2 comments of Tomáš Půža

Hi Jonathan, your app crashes because of the uncaught exception in general. You can catch all uncaught exeptions in your application by following code. ``` process.on('uncaughtException', (err: Error) => {...

Actualy I'am not a 100% sure, but I would not mix the async and callback and would use one or other. Try also look deeper in your code, if there...