Yarn issue in auth container not restarting after upgrade to 1.1 and then upgrade apps

The logs for the auth container look like this:

yarn run v1.22.19
error Could not write file "/app/yarn-error.log": "EACCES: permission denied, open '/app/yarn-error.log'"
error An unexpected error occurred: "/app/package.json: Unexpected end of JSON input".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn run v1.22.19
error Could not write file "/app/yarn-error.log": "EACCES: permission denied, open '/app/yarn-error.log'"
error An unexpected error occurred: "/app/package.json: Unexpected end of JSON input".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
yarn run v1.22.19

The logs for sudo docker logs bitcoin_server_1 -f

yarn run v1.22.18
$ node ./bin/www
assert.js:386
    throw err;
    ^

AssertionError [ERR_ASSERTION]: namespace must be given a name!
    at create (/app/node_modules/continuation-local-storage/context.js:172:10)
    at Object.<anonymous> (/app/middlewares/requestCorrelationId.js:4:20)
    at Module._compile (internal/modules/cjs/loader.js:999:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
    at Module.load (internal/modules/cjs/loader.js:863:32)
    at Function.Module._load (internal/modules/cjs/loader.js:708:14)
    at Module.require (internal/modules/cjs/loader.js:887:19)
    at require (internal/modules/cjs/helpers.js:74:18)
    at Object.<anonymous> (/app/app.js:12:38)
    at Module._compile (internal/modules/cjs/loader.js:999:30) {
  generatedMessage: false,
  code: 'ERR_ASSERTION',
  actual: undefined,
  expected: true,
  operator: '=='
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

The Lightning node is working, Bitcoin is running but the UI web page for Bitcoin is hosed.

I really wish I wasn’t realying on Umbrel for my Dev environment. I probably should switch to something reliable like another Voltage node for Dev work going forward this is a piece of junk.

1 Like