Cristian
Cristian
The API Call to : `https://api.voiapp.io/v1/vehicle/status/ready?lat=53.499286268198425&lng=10.002273358317433` returns too many scooters, like around 900 even tho they are not within the boundaries. I've tried to use the a radius parameter but...
**Describe the bug** Migrations folder can not be found in same root folder. `I20201026-19:28:18.793(1)? Error: migrations directory does not exist: /home/cristian-sanchez/editor/.meteor/local/build/programs/server/migrations I20201026-19:28:18.794(1)? at Object.shouldExist (/home/cristian-sanchez/editor/node_modules/migrate-mongo/lib/env/migrationsDir.js:60:13) I20201026-19:28:18.794(1)? => awaited here: I20201026-19:28:18.794(1)?...
It seems like there is no proper dependency defined. http://pasteboard.co/2sjx2yO5.png  How can this be solved? I tried to make : `api.use('tracker')` in the parent template that im using. But...