Strapi Can not start server with Cannot read properties of undefined (reading ‘toLowerCase’)
I encounter this error while building a backend app with Strapi.io -------------------------------------- $ strapi develop ✔ Cleaning dist dir (8ms) ⠋ Building build context [INFO] Including the following ENV variables as part of the JS bundle: - ADMIN_PATH - STRAPI_ADMIN_BACKEND_URL - STRAPI_TELEMETRY_DISABLED ✔ Building build context (138ms) ✔ Creating admin (7498ms) ⠸ Loading Strapi[ERROR] There seems to be an unexpected error, try again with --debug for more information ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐│ ││ TypeError: Cannot read properties of undefined (reading 'toLowerCase' ) ││ at Function.singular (/Users/yj/projects/apis/apis-strapi/node_modules/pluralize/pluralize.js:136:24) ││ at getTypeName ...
Comments
Post a Comment