You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error after building the latest commit of trunk branch on github.
2025-01-08 03:46:42,656 AM info [database::migrations] ensuring database exists, if not creating database - may error if no permissions
/home/krane/zipline/node_modules/fastify/fastify.js:595
? appendStackTrace(err, new AVVIO_ERRORS_MAP[err.code](err.message))
^
FastifyError [Error]: fastify-plugin: Plugin did not start in time: 'prisma'. You may have forgotten to call 'done'functionor to resolve a Promise
at manageErr (/home/krane/zipline/node_modules/fastify/fastify.js:595:33)
at /home/krane/zipline/node_modules/fastify/fastify.js:582:11
at Object._encapsulateThreeParam (/home/krane/zipline/node_modules/avvio/boot.js:562:7)
at Boot.timeoutCall (/home/krane/zipline/node_modules/avvio/boot.js:458:5)
at Boot.callWithCbOrNextTick (/home/krane/zipline/node_modules/avvio/boot.js:440:19)
at release (/home/krane/zipline/node_modules/fastq/queue.js:149:16)
at Object.resume (/home/krane/zipline/node_modules/fastq/queue.js:82:7)
at /home/krane/zipline/node_modules/avvio/boot.js:174:18
at /home/krane/zipline/node_modules/avvio/plugin.js:275:7
at done (/home/krane/zipline/node_modules/avvio/plugin.js:200:5) {
code: 'FST_ERR_PLUGIN_TIMEOUT',
statusCode: 500,
cause: AvvioError [Error]: Plugin did not start in time: 'prisma'. You may have forgotten to call 'done'functionor to resolve a Promise
at Timeout._onTimeout (/home/krane/zipline/node_modules/avvio/plugin.js:122:19)
at listOnTimeout (node:internal/timers:594:17)
at process.processTimers (node:internal/timers:529:7) {
code: 'AVV_ERR_READY_TIMEOUT',
fn: <ref *1> [AsyncFunction: prismaPlugin] {
default: [Circular *1],
prisma: [Circular *1],
[Symbol(skip-override)]: true,
[Symbol(fastify.display-name)]: 'prisma',
[Symbol(plugin-meta)]: {
name: 'prisma',
fastify: '4.x',
decorators: { fastify: [ 'config' ] },
dependencies: [ 'config' ]
}
}
}
}
Node.js v22.12.0
Version
other (provide version in additional info)
What browser(s) are you seeing the problem on?
No response
Zipline Logs
No response
Browser Logs
No response
Additional Info
latest github commit of branch trunk
The text was updated successfully, but these errors were encountered:
What happened?
I get this error after building the latest commit of trunk branch on github.
Version
other (provide version in additional info)
What browser(s) are you seeing the problem on?
No response
Zipline Logs
No response
Browser Logs
No response
Additional Info
latest github commit of branch trunk
The text was updated successfully, but these errors were encountered: