Getting an error when after updating to version 3 from beta.7
I20240419-14:12:38.287(-7)? error on boot.js TypeError: next.runImage.call is not a function
I20240419-14:12:38.306(-7)? at processNext (packages/core-runtime.js:127:30)
I20240419-14:12:38.306(-7)? at Object.queue (packages/core-runtime.js:111:3)
I20240419-14:12:38.306(-7)? at packages/meteor-base.js:1:47
I20240419-14:12:38.306(-7)? at /tools/static-assets/server/boot.js:432:36
I20240419-14:12:38.307(-7)? at /tools/static-assets/server/boot.js:503:13
I20240419-14:12:38.307(-7)? at AsyncLocalStorage.run (node:async_hooks:346:14)
I20240419-14:12:38.307(-7)? at /tools/static-assets/server/boot.js:502:37
I20240419-14:12:38.307(-7)? at Function.run (.meteor/local/build/programs/server/tools/tool-env/profile.ts:315:14)
I20240419-14:12:38.307(-7)? at startServerProcess (/tools/static-assets/server/boot.js:501:17)
I20240419-14:12:38.307(-7)? at Object.<anonymous> (/tools/static-assets/server/boot.js:508:2)
I20240419-14:12:38.308(-7)? TypeError: next.runImage.call is not a function
I20240419-14:12:38.308(-7)? at processNext (packages/core-runtime.js:127:30)
I20240419-14:12:38.308(-7)? at Object.queue (packages/core-runtime.js:111:3)
I20240419-14:12:38.308(-7)? at packages/meteor-base.js:1:47
I20240419-14:12:38.308(-7)? at /tools/static-assets/server/boot.js:432:36
I20240419-14:12:38.308(-7)? at /tools/static-assets/server/boot.js:503:13
I20240419-14:12:38.308(-7)? at AsyncLocalStorage.run (node:async_hooks:346:14)
I20240419-14:12:38.308(-7)? at /tools/static-assets/server/boot.js:502:37
I20240419-14:12:38.309(-7)? at Function.run (.meteor/local/build/programs/server/tools/tool-env/profile.ts:315:14)
I20240419-14:12:38.309(-7)? at startServerProcess (/tools/static-assets/server/boot.js:501:17)
I20240419-14:12:38.309(-7)? at Object.<anonymous> (/tools/static-assets/server/boot.js:508:2)
Hi I updated meteor to meteor-3-0-rc-0. Its not working there is issues. Previous version was METEOR@3.0-beta.6 which was running fine. As soon as I updated to meteor 3.0-rc.0 there is problem. Any help to fix issues will be appreciated.
meteor reset should be enough, unless you don’t want to lose your mongodb data from the local meteor setup, then rm -rf .meteor/local/bundler-cache is appropiate.
I tried rm -rf .meteor/local/bundler-cache. Is there an easy way to recover your mongo db data after running meteor reset? Otherwise I can do a mongo export / import.
* webapp@1.5.0 <- staringatlights:inject-data 2.3.0 means that the package staringatlights:inject-data uses webapp@1.5.0, which conflicts with the version webapp@2.0.0-rc300.0.
The package staringatlights:inject-data needs to be updated to be compatible with version 3.