Skip to content

[Bug]: Trouble updating to 26.4.0 from docker registry #7540

@DanielHuthsing

Description

@DanielHuthsing

What happened?

I was trying to update from: actualbudget/actual-server:26.3.0 to actualbudget/actual-server:latest and getting errors.

Docker logs showing:
2026-04-17T23:31:04.877847468Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:31:04.961265119Z Migrations: DONE
2026-04-17T23:31:06.079692242Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:31:06.079727417Z
2026-04-17T23:31:06.079730679Z
2026-04-17T23:31:06.079733224Z
2026-04-17T23:31:06.079735652Z SyntaxError: Unexpected end of input
2026-04-17T23:31:06.079738216Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:31:06.079740750Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:31:06.079743369Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:31:06.079746016Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:31:06.079748610Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:31:06.079751205Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:31:06.079753737Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:31:06.079756265Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:31:06.079758955Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:31:06.079761477Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:31:06.079764287Z
2026-04-17T23:31:06.079766748Z Node.js v22.22.2
2026-04-17T23:31:06.476205809Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:31:06.551437670Z Migrations: DONE
2026-04-17T23:31:07.687216802Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:31:07.687258769Z
2026-04-17T23:31:07.687266941Z
2026-04-17T23:31:07.687273170Z
2026-04-17T23:31:07.687279534Z SyntaxError: Unexpected end of input
2026-04-17T23:31:07.687286042Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:31:07.687304686Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:31:07.687327051Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:31:07.687333131Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:31:07.687339453Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:31:07.687345372Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:31:07.687351428Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:31:07.687357285Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:31:07.687361299Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:31:07.687366123Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:31:07.687386471Z
2026-04-17T23:31:07.687390910Z Node.js v22.22.2
2026-04-17T23:31:08.128109571Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:31:08.201401512Z Migrations: DONE
2026-04-17T23:31:09.273714808Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:31:09.273739000Z
2026-04-17T23:31:09.273743848Z
2026-04-17T23:31:09.273747606Z
2026-04-17T23:31:09.273751323Z SyntaxError: Unexpected end of input
2026-04-17T23:31:09.273755014Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:31:09.273758797Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:31:09.273762873Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:31:09.273766668Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:31:09.273770400Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:31:09.273774325Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:31:09.273778025Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:31:09.273781716Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:31:09.273785397Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:31:09.273789040Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:31:09.273793034Z
2026-04-17T23:31:09.273796611Z Node.js v22.22.2
2026-04-17T23:31:09.941472856Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:31:10.016268267Z Migrations: DONE
2026-04-17T23:31:11.098509110Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:31:11.098544933Z
2026-04-17T23:31:11.098549473Z
2026-04-17T23:31:11.098553216Z
2026-04-17T23:31:11.098556791Z SyntaxError: Unexpected end of input
2026-04-17T23:31:11.098560572Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:31:11.098647069Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:31:11.098655643Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:31:11.098659594Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:31:11.098663427Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:31:11.098667128Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:31:11.098670834Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:31:11.098674550Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:31:11.098687115Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:31:11.098690258Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:31:11.098693259Z
2026-04-17T23:31:11.098695799Z Node.js v22.22.2
2026-04-17T23:31:12.171053412Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:31:12.244782132Z Migrations: DONE
2026-04-17T23:31:13.388892350Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:31:13.388929594Z
2026-04-17T23:31:13.388959332Z
2026-04-17T23:31:13.388963481Z
2026-04-17T23:31:13.388967166Z SyntaxError: Unexpected end of input
2026-04-17T23:31:13.388971333Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:31:13.388975173Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:31:13.388979036Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:31:13.388985234Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:31:13.389002776Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:31:13.389006494Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:31:13.389010263Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:31:13.389013942Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:31:13.389017612Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:31:13.389021591Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:31:13.389025817Z
2026-04-17T23:31:13.389029337Z Node.js v22.22.2
2026-04-17T23:31:15.262492900Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:31:15.337030851Z Migrations: DONE
2026-04-17T23:31:16.443351800Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:31:16.443398898Z
2026-04-17T23:31:16.443407748Z
2026-04-17T23:31:16.443413833Z
2026-04-17T23:31:16.443419555Z SyntaxError: Unexpected end of input
2026-04-17T23:31:16.443425276Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:31:16.443431458Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:31:16.443437660Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:31:16.443443375Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:31:16.443449092Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:31:16.443469359Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:31:16.443485728Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:31:16.443489525Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:31:16.443492123Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:31:16.443494780Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:31:16.443498981Z
2026-04-17T23:31:16.443502916Z Node.js v22.22.2
2026-04-17T23:31:19.911497326Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:31:19.984585597Z Migrations: DONE
2026-04-17T23:31:21.071140110Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:31:21.071189200Z
2026-04-17T23:31:21.071195590Z
2026-04-17T23:31:21.071200706Z
2026-04-17T23:31:21.071205849Z SyntaxError: Unexpected end of input
2026-04-17T23:31:21.071210704Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:31:21.071215526Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:31:21.071220416Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:31:21.071225565Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:31:21.071230433Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:31:21.071235507Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:31:21.071240427Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:31:21.071245487Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:31:21.071250811Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:31:21.071257127Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:31:21.071263020Z
2026-04-17T23:31:21.071268100Z Node.js v22.22.2
2026-04-17T23:31:27.730743728Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:31:27.805408237Z Migrations: DONE
2026-04-17T23:31:28.900549983Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:31:28.900593920Z
2026-04-17T23:31:28.900601185Z
2026-04-17T23:31:28.900606957Z
2026-04-17T23:31:28.900612920Z SyntaxError: Unexpected end of input
2026-04-17T23:31:28.900619039Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:31:28.900625108Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:31:28.900631148Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:31:28.900662477Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:31:28.900679965Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:31:28.900683746Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:31:28.900686307Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:31:28.900688932Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:31:28.900691543Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:31:28.900694170Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:31:28.900697054Z
2026-04-17T23:31:28.900699566Z Node.js v22.22.2
2026-04-17T23:31:41.977165857Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:31:42.052293038Z Migrations: DONE
2026-04-17T23:31:43.167112947Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:31:43.167149542Z
2026-04-17T23:31:43.167153871Z
2026-04-17T23:31:43.167157344Z
2026-04-17T23:31:43.167160836Z SyntaxError: Unexpected end of input
2026-04-17T23:31:43.167164485Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:31:43.167168099Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:31:43.167171750Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:31:43.167175449Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:31:43.167179140Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:31:43.167182817Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:31:43.167186574Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:31:43.167190174Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:31:43.167194046Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:31:43.167197636Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:31:43.167201517Z
2026-04-17T23:31:43.167204929Z Node.js v22.22.2
2026-04-17T23:32:09.037526481Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:32:09.114352388Z Migrations: DONE
2026-04-17T23:32:10.213844260Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:32:10.213880543Z
2026-04-17T23:32:10.213885221Z
2026-04-17T23:32:10.213889136Z
2026-04-17T23:32:10.213892786Z SyntaxError: Unexpected end of input
2026-04-17T23:32:10.213896516Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:32:10.213900427Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:32:10.213914626Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:32:10.213918007Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:32:10.213920806Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:32:10.213923428Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:32:10.213926141Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:32:10.213928844Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:32:10.213931532Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:32:10.213934145Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:32:10.213937171Z
2026-04-17T23:32:10.213939711Z Node.js v22.22.2
2026-04-17T23:33:01.679517672Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:33:01.755334570Z Migrations: DONE
2026-04-17T23:33:02.852633143Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:33:02.852680019Z
2026-04-17T23:33:02.852684433Z
2026-04-17T23:33:02.852687928Z
2026-04-17T23:33:02.852691994Z SyntaxError: Unexpected end of input
2026-04-17T23:33:02.852695691Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:33:02.852699366Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:33:02.852703061Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:33:02.852706806Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:33:02.852710453Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:33:02.852714028Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:33:02.852717632Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:33:02.852721331Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:33:02.852724906Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:33:02.852728472Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:33:02.852732937Z
2026-04-17T23:33:02.852736506Z Node.js v22.22.2
2026-04-17T23:34:03.128510889Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:34:03.208572100Z Migrations: DONE
2026-04-17T23:34:04.334811997Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:34:04.334887813Z
2026-04-17T23:34:04.334896237Z
2026-04-17T23:34:04.334900746Z
2026-04-17T23:34:04.334904486Z SyntaxError: Unexpected end of input
2026-04-17T23:34:04.334921600Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:34:04.334925142Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:34:04.334927821Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:34:04.334930455Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:34:04.334933109Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:34:04.334935811Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:34:04.334938425Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:34:04.334941051Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:34:04.334943751Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:34:04.334946355Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:34:04.334949290Z
2026-04-17T23:34:04.334952413Z Node.js v22.22.2
2026-04-17T23:35:04.628669686Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:35:04.702203733Z Migrations: DONE
2026-04-17T23:35:05.845134835Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:35:05.845183909Z
2026-04-17T23:35:05.845191596Z
2026-04-17T23:35:05.845197785Z
2026-04-17T23:35:05.845203578Z SyntaxError: Unexpected end of input
2026-04-17T23:35:05.845209436Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:35:05.845215584Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:35:05.845219607Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:35:05.845223342Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:35:05.845227133Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:35:05.845230796Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:35:05.845234495Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:35:05.845238163Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:35:05.845241815Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:35:05.845245542Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:35:05.845249606Z
2026-04-17T23:35:05.845253524Z Node.js v22.22.2
2026-04-17T23:36:06.139223157Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:36:06.221541140Z Migrations: DONE
2026-04-17T23:36:07.431966778Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:36:07.432019778Z
2026-04-17T23:36:07.432025213Z
2026-04-17T23:36:07.432028680Z
2026-04-17T23:36:07.432032306Z SyntaxError: Unexpected end of input
2026-04-17T23:36:07.432035859Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:36:07.432039412Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:36:07.432044325Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:36:07.432048667Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:36:07.432052860Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:36:07.432056415Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:36:07.432061015Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:36:07.432065571Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:36:07.432070296Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:36:07.432074514Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:36:07.432078733Z
2026-04-17T23:36:07.432082536Z Node.js v22.22.2
2026-04-17T23:36:44.516154868Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:36:44.692675141Z Migrations: DONE
2026-04-17T23:36:46.266816845Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:36:46.266832930Z
2026-04-17T23:36:46.266838030Z
2026-04-17T23:36:46.266841796Z
2026-04-17T23:36:46.266845491Z SyntaxError: Unexpected end of input
2026-04-17T23:36:46.266849508Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:36:46.266853251Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:36:46.266856950Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:36:46.266860607Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:36:46.266864251Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:36:46.266867956Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:36:46.266871632Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:36:46.266875299Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:36:46.266878925Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:36:46.266882533Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:36:46.266887046Z
2026-04-17T23:36:46.266890627Z Node.js v22.22.2
2026-04-17T23:36:46.691862288Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:36:46.769307823Z Migrations: DONE
2026-04-17T23:36:47.904524870Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:36:47.904558829Z
2026-04-17T23:36:47.904562581Z
2026-04-17T23:36:47.904565258Z
2026-04-17T23:36:47.904567769Z SyntaxError: Unexpected end of input
2026-04-17T23:36:47.904570489Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:36:47.904573143Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:36:47.904575853Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:36:47.904578866Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:36:47.904581496Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:36:47.904584106Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:36:47.904586774Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:36:47.904589391Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:36:47.904591994Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:36:47.904594610Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:36:47.904597537Z
2026-04-17T23:36:47.904600059Z Node.js v22.22.2
2026-04-17T23:36:48.372771775Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:36:48.454892732Z Migrations: DONE
2026-04-17T23:36:49.622414303Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:36:49.622459225Z
2026-04-17T23:36:49.622466599Z
2026-04-17T23:36:49.622472770Z
2026-04-17T23:36:49.622478453Z SyntaxError: Unexpected end of input
2026-04-17T23:36:49.622484427Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:36:49.622490251Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:36:49.622495826Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:36:49.622501572Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:36:49.622507474Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:36:49.622513284Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:36:49.622519162Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:36:49.622525065Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:36:49.622531267Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:36:49.622537298Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:36:49.622556079Z
2026-04-17T23:36:49.622561750Z Node.js v22.22.2
2026-04-17T23:36:50.300068330Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:36:50.376919842Z Migrations: DONE
2026-04-17T23:36:51.543049129Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:36:51.543078811Z
2026-04-17T23:36:51.543084283Z
2026-04-17T23:36:51.543090544Z
2026-04-17T23:36:51.543096426Z SyntaxError: Unexpected end of input
2026-04-17T23:36:51.543111070Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:36:51.543118588Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:36:51.543124784Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:36:51.543130833Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:36:51.543136649Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:36:51.543143084Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:36:51.543148949Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:36:51.543154907Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:36:51.543160966Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:36:51.543166987Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:36:51.543173006Z
2026-04-17T23:36:51.543179287Z Node.js v22.22.2
2026-04-17T23:36:52.623150558Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:36:52.703676090Z Migrations: DONE
2026-04-17T23:36:53.970614779Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:36:53.970719682Z
2026-04-17T23:36:53.970726642Z
2026-04-17T23:36:53.970730524Z
2026-04-17T23:36:53.970734204Z SyntaxError: Unexpected end of input
2026-04-17T23:36:53.970738006Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:36:53.970742123Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:36:53.970745913Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:36:53.970749804Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:36:53.970753472Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:36:53.970757524Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:36:53.970761203Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:36:53.970764893Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:36:53.970847477Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:36:53.970853246Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:36:53.970856485Z
2026-04-17T23:36:53.970859170Z Node.js v22.22.2
2026-04-17T23:36:55.846345282Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:36:55.919702031Z Migrations: DONE
2026-04-17T23:36:57.028203781Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:36:57.028247064Z
2026-04-17T23:36:57.028253423Z
2026-04-17T23:36:57.028259166Z
2026-04-17T23:36:57.028265167Z SyntaxError: Unexpected end of input
2026-04-17T23:36:57.028271015Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:36:57.028276213Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:36:57.028281411Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:36:57.028286674Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:36:57.028292656Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:36:57.028298537Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:36:57.028303965Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:36:57.028309119Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:36:57.028314293Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:36:57.028319715Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:36:57.028325595Z
2026-04-17T23:36:57.028330560Z Node.js v22.22.2
2026-04-17T23:37:00.522653511Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:37:00.616469113Z Migrations: DONE
2026-04-17T23:37:01.752984939Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:37:01.753078055Z
2026-04-17T23:37:01.753084518Z
2026-04-17T23:37:01.753088300Z
2026-04-17T23:37:01.753092138Z SyntaxError: Unexpected end of input
2026-04-17T23:37:01.753095912Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:37:01.753099928Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:37:01.753103669Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:37:01.753107626Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:37:01.753111354Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:37:01.753115019Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:37:01.753118671Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:37:01.753131042Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:37:01.753134348Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:37:01.753137034Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:37:01.753140025Z
2026-04-17T23:37:01.753142634Z Node.js v22.22.2
2026-04-17T23:37:08.405675749Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:37:08.480242012Z Migrations: DONE
2026-04-17T23:37:09.582816235Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:37:09.582853219Z
2026-04-17T23:37:09.582857501Z
2026-04-17T23:37:09.582861181Z
2026-04-17T23:37:09.582864734Z SyntaxError: Unexpected end of input
2026-04-17T23:37:09.582868429Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:37:09.582872347Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:37:09.582876150Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:37:09.582879864Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:37:09.582883557Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:37:09.582887211Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:37:09.582891233Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:37:09.582894972Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:37:09.582898614Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:37:09.582902361Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:37:09.582906364Z
2026-04-17T23:37:09.582909890Z Node.js v22.22.2
2026-04-17T23:37:22.663799417Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:37:22.737449658Z Migrations: DONE
2026-04-17T23:37:23.836968568Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:37:23.837005623Z
2026-04-17T23:37:23.837010037Z
2026-04-17T23:37:23.837013716Z
2026-04-17T23:37:23.837017456Z SyntaxError: Unexpected end of input
2026-04-17T23:37:23.837021192Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:37:23.837024878Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:37:23.837028931Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:37:23.837032499Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:37:23.837036080Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:37:23.837049622Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:37:23.837053633Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:37:23.837056337Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:37:23.837058946Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:37:23.837061460Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:37:23.837064402Z
2026-04-17T23:37:23.837066878Z Node.js v22.22.2
2026-04-17T23:37:49.718198901Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:37:49.794597504Z Migrations: DONE
2026-04-17T23:37:50.915328444Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:37:50.915366645Z
2026-04-17T23:37:50.915371190Z
2026-04-17T23:37:50.915375012Z
2026-04-17T23:37:50.915378490Z SyntaxError: Unexpected end of input
2026-04-17T23:37:50.915382484Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:37:50.915386201Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:37:50.915389916Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:37:50.915393481Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:37:50.915397494Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:37:50.915401524Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:37:50.915405354Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:37:50.915408923Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:37:50.915412481Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:37:50.915416018Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:37:50.915419959Z
2026-04-17T23:37:50.915423393Z Node.js v22.22.2
2026-04-17T23:38:42.380413842Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:38:42.456286822Z Migrations: DONE
2026-04-17T23:38:43.570404972Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:38:43.570432490Z
2026-04-17T23:38:43.570440625Z
2026-04-17T23:38:43.570446680Z
2026-04-17T23:38:43.570452311Z SyntaxError: Unexpected end of input
2026-04-17T23:38:43.570458096Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:38:43.570464114Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:38:43.570470117Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:38:43.570488164Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:38:43.570493381Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:38:43.570496262Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:38:43.570498928Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:38:43.570501457Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:38:43.570504069Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:38:43.570506588Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:38:43.570509836Z
2026-04-17T23:38:43.570512335Z Node.js v22.22.2
2026-04-17T23:39:43.840632745Z Checking if there are any migrations to run for direction "up"...
2026-04-17T23:39:43.926716381Z Migrations: DONE
2026-04-17T23:39:45.058501023Z /app/node_modules/pluggy-sdk/dist/types/webhook.js:38
2026-04-17T23:39:45.058543941Z
2026-04-17T23:39:45.058552221Z
2026-04-17T23:39:45.058558323Z
2026-04-17T23:39:45.058563886Z SyntaxError: Unexpected end of input
2026-04-17T23:39:45.058570620Z at wrapSafe (node:internal/modules/cjs/loader:1637:18)
2026-04-17T23:39:45.058576475Z at Module._compile (node:internal/modules/cjs/loader:1679:20)
2026-04-17T23:39:45.058582253Z at Object..js (node:internal/modules/cjs/loader:1838:10)
2026-04-17T23:39:45.058587943Z at Module.load (node:internal/modules/cjs/loader:1441:32)
2026-04-17T23:39:45.058593549Z at Function._load (node:internal/modules/cjs/loader:1263:12)
2026-04-17T23:39:45.058599513Z at TracingChannel.traceSync (node:diagnostics_channel:328:14)
2026-04-17T23:39:45.058604607Z at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
2026-04-17T23:39:45.058608381Z at Module.require (node:internal/modules/cjs/loader:1463:12)
2026-04-17T23:39:45.058612023Z at require (node:internal/modules/helpers:147:16)
2026-04-17T23:39:45.058615630Z at Object. (/app/node_modules/pluggy-sdk/dist/types/index.js:32:14)
2026-04-17T23:39:45.058619613Z
2026-04-17T23:39:45.058623115Z Node.js v22.22.2

How can we reproduce the issue?

update with
docker compose down
docker compose pull
docker compose up -d

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Safari

Operating System

Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions