Errors prevented startup:
While building for os.linux.x86_64:
server/crpp.js:166:57: /opt/meteor/miteam/server/crpp.js: Unexpected token (166:57)
164 | Meteor.setInterval(async function(){
165 | TimestampLog.log("[sessions] Meteor.setInterval OIDC NMP team members obtain refresh tokens");
> 166 | Meteor.users.find({"services.oidc.refreshExpiresAt"}).forEach(async function() {
| ^
167 | })
168 | }, 1000 * 60);
169 | }
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.