Skip to content

CRITICAL: Fatal error starting develop - 69dd012: Exception in callback of async function: TypeError: Cannot read property 'isEnabled' of undefined #15023

@bkraul

Description

@bkraul

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:

  1. Download latest docker rocketchat:devel image (based on 69dd102)
  2. Attempt to start it with your docker-compose, etc.
  3. 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:

  • Docker develop tag.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions