Description:
Upon downloading the latest docker:develop image, (based on 69dd102) the container fails on startup with the following error:
Exception in callback of async function: TypeError: Cannot read property 'isEnabled' of undefined
at Object._getStatistics [as get] (app/statistics/server/functions/get.js:148:17)
at syncWorkspace (app/cloud/server/functions/syncWorkspace.js:17:27)
at app/cloud/server/index.js:20:2
at Function.time (/app/bundle/programs/server/profile.js:309:28)
at /app/bundle/programs/server/boot.js:427:13
at /app/bundle/programs/server/boot.js:472:5
at Function.run (/app/bundle/programs/server/profile.js:510:12)
at /app/bundle/programs/server/boot.js:470:11
The concerning part, is that I cannot go back to a previous version. (errors out with cannot find migration 148). This seems to be a critical issue.
Steps to reproduce:
- Download latest docker rocketchat:devel image (based on 69dd102)
- Attempt to start it with your docker-compose, etc.
- Server will halt upon startup with error mentioned above.
Expected behavior:
Server should start as normal.
Actual behavior:
Server halts on startup.
Server Setup Information: