Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strapi's Mongo edition fails to boot. #193

Open
conneryn opened this issue Feb 2, 2021 · 0 comments
Open

Strapi's Mongo edition fails to boot. #193

conneryn opened this issue Feb 2, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@conneryn
Copy link
Contributor

conneryn commented Feb 2, 2021

Summary:

A clear and concise description of what the bug is.

To Reproduce:

Steps to reproduce the behavior:

  1. Install Strapi
  2. Select the Mongo edition
  3. Wait till install finishes.
  4. Open pod logs, and observe service fails to start.

Observed Results:

Pod fails to start, enters reboot cycle.

Expected Behavior:

Should startup without errors.

Screenshots:

image

Failure Logs

Starting your app...
[2021-02-02T03:59:44.119Z] debug STRAPI_LOG_LEVEL environment variable is overridden by logger middleware. It only applies outside Strapi's middleware context.
[2021-02-02T03:59:44.253Z] error Bootstrap function in plugin "content-manager" failed
[2021-02-02T03:59:44.254Z] error Error: entry.notFound
    at update (/srv/app/node_modules/strapi-connector-mongoose/lib/queries.js:483:19)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at runNextTicks (internal/process/task_queues.js:66:3)
    at processImmediate (internal/timers.js:434:9)
    at async Object.update (/srv/app/node_modules/strapi-connector-mongoose/lib/queries.js:64:14)
    at async Object.update (/srv/app/node_modules/strapi-database/lib/queries/helpers.js:15:18)
    at async Object.set (/srv/app/node_modules/strapi/lib/services/core-store.js:96:9)
    at async Promise.all (index 1)
    at async Object.syncConfigurations (/srv/app/node_modules/strapi-plugin-content-manager/services/configuration.js:67:5)
    at async module.exports (/srv/app/node_modules/strapi-plugin-content-manager/config/functions/bootstrap.js:7:3)
    at async Promise.all (index 1)
    at async Strapi.runBootstrapFunctions (/srv/app/node_modules/strapi/lib/Strapi.js:432:5)
    at async Strapi.load (/srv/app/node_modules/strapi/lib/Strapi.js:364:5)
    at async Strapi.start (/srv/app/node_modules/strapi/lib/Strapi.js:191:9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant