Errors prevented startup:
While building for web.browser:
imports/client/widgets/nmp/FHIR.js:1262:12: /opt/meteor/miteam/imports/client/widgets/nmp/FHIR.js: Identifier 'ids' has already been declared. (1262:12)
1260 |
1261 | const baseIntervention = getRandomIntervention();
> 1262 | const ids = input.split(',').map(id => id.trim()).filter(id => id.length > 0);
| ^
1263 |
1264 | for (const carid of interventionIds) {
1265 | let newIntervention = JSON.parse(JSON.stringify(baseIntervention));
Your application has errors. Waiting for file change.
Fix the error in your code and save your files. Once your server is running without errors, then reload this page.