Miha Drofenik

Results 2 issues of Miha Drofenik

**Describe the bug** The following error is reported in Crashlytics for some of our users: ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'void com.facebook.react.bridge.Callback.invoke(java.lang.Object[])' on a null object...

The fix is connected to [this comment](https://github.com/ArekSredzki/electron-release-server/issues/278#issuecomment-1816657431). I was thinking about putting in a URL check where `sails.config.appUrl` is used, but that would just complicate everything in my opinion. For...