Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry Pi 4 (Rocket.Chat RC 3.14.0) - TypeError: AsyncLocalStorage is not a constructor #9

Open
Nordiii opened this issue May 3, 2021 · 0 comments

Comments

@Nordiii
Copy link

Nordiii commented May 3, 2021

I am getting an error when trying to start Rocket.Chat RC 3.14.0.
The Dockerfile got compiled on a Raspberry 4 with following OS:

PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Used the Dockerfile and docker-compose provided in this repo.

When starting an image of the build rocketchat following error appeared:

docker logs rocket
/app/bundle/programs/server/node_modules/fibers/future.js:280
                                                throw(ex);
                                                ^

TypeError: AsyncLocalStorage is not a constructor
    at module (server/sdk/index.ts:35:34)
    at fileEvaluate (packages/modules-runtime.js:336:7)
    at Module.require (packages/modules-runtime.js:238:14)
    at Module.moduleLink [as link] (/app/bundle/programs/server/npm/node_modules/meteor/modules/node_modules/reify/lib/runtime/index.js:52:22)
    at ee/server/broker.ts:1:80
    at module (ee/server/broker.ts:361:2)
    at fileEvaluate (packages/modules-runtime.js:336:7)
    at Module.require (packages/modules-runtime.js:238:14)
    at Module.moduleLink [as link] (/app/bundle/programs/server/npm/node_modules/meteor/modules/node_modules/reify/lib/runtime/index.js:52:22)
    at module (server/main.js:1:8)
    at fileEvaluate (packages/modules-runtime.js:336:7)
    at Module.require (packages/modules-runtime.js:238:14)
    at require (packages/modules-runtime.js:258:21)
    at /app/bundle/programs/server/app/app.js:201916:15
    at /app/bundle/programs/server/boot.js:401:38
    at Array.forEach (<anonymous>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant