Dennis Acker

Results 8 comments of Dennis Acker

You need to delete the app.sock every time before you start the node processe.

Check the .pm2 dir in the user folder 😉

My Config File: bm_backup_manager: database: production: type: mysql host: localhost port: 3306 user: ****** pass: ****** database: test_cronzone dsn: '%env(resolve:DATABASE_URL)%' storage: local: type: Local root: '%kernel.project_dir%/backups'

Debug result: bm_backup_manager: database: { }

Fixed by downloading master and put it in vendors folder, please make a new release

> Just add this to settings.gradle file > include ':@mauron85_react-native-background-geolocation-common' project(':@mauron85_react-native-background-geolocation-common').projectDir = new File(rootProject.projectDir, '../node_modules/@mauron85/react-native-background-geolocation/android/common') include ':@mauron85_react-native-background-geolocation' project(':@mauron85_react-native-background-geolocation').projectDir = new File(rootProject.projectDir, '../node_modules/@mauron85/react-native-background-geolocation/android/lib') Solves this problem Here is it in a...

i got this question many times from diverent Customers, because they dont want the Threading feature, sometimes Emails have the same Subject but are not for the same purpose. in...