Figured out source of deployment bug, but no fix yet

Issue is unable to resolve dependency tree.
While resolving: strapi-lifelog@0.1.0
Found: knex@0.21.19 node_modules/knex knex@"^0.21.18" from the root project

Could not resolve dependency: peer knex@"^0.20.0" from strapi-connector-bookshelf@3.2.4
node_modules/strapi-connector-bookshelf
strapi-connector-bookshelf@"3.2.4" from the root project

Fix the upstream dependency conflict, or retry this command with --force, or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.

[Update] - nope, that's NOT the bug! 🤬 Server still crashed even after applying the fix. Got my hopes high...