matrix-dimension
matrix-dimension copied to clipboard
ETIMEDOUT after short runtime
Hello,
I'm trying to run dimension for a private homeserver.
I run it on Ubuntu 20.04.3 LTS.
After I start the server I can briefly use it. I am also able to access the server via a browser. However after a minute the server terminates with the following error code:
Fri, 04 Feb 2022 15:49:59 GMT [INFO] [Webserver] Registered route: /.well-known/matrix/integrations
Fri, 04 Feb 2022 15:49:59 GMT [INFO] [Webserver] API and UI listening on 0.0.0.0:8184
Fri, 04 Feb 2022 15:49:59 GMT [DEBUG] [MatrixHttpClient (REQ-1)] GET https://domain_name/_matrix/client/r0/account/whoami
Fri, 04 Feb 2022 15:50:59 GMT [ERROR] [MatrixHttpClient (REQ-1)] Error: ETIMEDOUT
at Timeout.npm run-script build && node build/app/index.js
npm verb stack Exit status 1
npm verb stack at EventEmitter.npm run-script build && node build/app/index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start:app script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm verb exit [ 1, true ]
npm timing npm Completed in 164811ms
It seems that there is a problem with requesting the user for the access_token. But I don't know what might be causing this.
Thank you in advance for the help!
Edit: I run into this exact issue when trying to run it via docker or building it myself.