Any ideas with this? I have tried turning things on and off but nohting seems to work. I am using pg15
/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: 'next'. You may have forgotten to call 'done' function or to resolve a Promise
at manageErr (/zipline/node_modules/fastify/fastify.js:595:33)
at /zipline/node_modules/fastify/fastify.js:582:11
at Object._encapsulateThreeParam (/zipline/node_modules/avvio/boot.js:562:7)
at Boot.timeoutCall (/zipline/node_modules/avvio/boot.js:458:5)
at Boot.callWithCbOrNextTick (/zipline/node_modules/avvio/boot.js:440:19)
at release (/zipline/node_modules/fastq/queue.js:149:16)
at Object.resume (/zipline/node_modules/fastq/queue.js:82:7)
at /zipline/node_modules/avvio/boot.js:174:18
at /zipline/node_modules/avvio/plugin.js:275:7
at done (/zipline/node_modules/avvio/plugin.js:200:5) {
code: 'FST_ERR_PLUGIN_TIMEOUT',
statusCode: 500,
cause: AvvioError [Error]: Plugin did not start in time: 'next'. You may have forgotten to call 'done' function or to resolve a Promise
at Timeout._onTimeout (/zipline/node_modules/avvio/plugin.js:122:19)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7) {
code: 'AVV_ERR_READY_TIMEOUT',
fn: <ref *1> [AsyncFunction: nextPlugin] {
default: [Circular *1],
next: [Circular *1],
[Symbol(skip-override)]: true,
[Symbol(fastify.display-name)]: 'next',
[Symbol(plugin-meta)]: { name: 'next', fastify: '4.x' }
}
}
}
Node.js v18.16.0
2024-08-14 01:14:55,086 AM info [datasource] using Local(./uploads) datasource
2024-08-14 01:14:55,174 AM info [database::migrations] establishing database connection
2024-08-14 01:14:55,175 AM info [database::migrations] ensuring database exists, if not creating database - may error if no permissions
2024-08-14 01:14:55,439 AM info [database::migrations] exiting migrations engine - database is up to date