Skip to content

TypeError: Cannot read properties of undefined (reading 'do-not-delete') #26

Open
@durgeshagrawal

Description

@durgeshagrawal

I get the below error because I have a user-permission plugin installed and I can't configure "do-not-delete" on the type in the plugins.

Strapi Version 5

[2025-03-10 12:26:54.605] http: GET /content-manager/content-types/plugin::users-permissions.user/configuration (20 ms) 200
[2025-03-10 12:26:54.622] error: Cannot read properties of undefined (reading 'do-not-delete')
TypeError: Cannot read properties of undefined (reading 'do-not-delete')
    at Array.<anonymous> (/Users/a065866/abc/my-strapi-project/node_modules/strapi-plugin-do-not-delete/dist/server/index.js:58:52)
    at next (/Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:5405:48)
    at Array.databaseErrorsMiddleware (/Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:5381:22)
    at next (/Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:5405:48)
    at Object.run (/Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:5409:20)
    at Object.newMethod [as findMany] (/Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:5426:44)
    at Object.findPage (/Users/a065866/abc/my-strapi-project/node_modules/@strapi/content-manager/dist/server/index.js:5562:39)
    at Object.find (/Users/a065866/abc/my-strapi-project/node_modules/@strapi/content-manager/dist/server/index.js:2465:74)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async returnBodyMiddleware (/Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:2485:20)
    at async routing (/Users/a065866/abc/my-strapi-project/node_modules/@strapi/content-manager/dist/server/index.js:1196:5)
    at async policiesMiddleware (/Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:2443:9)
    at async /Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:2466:20
    at async serve (/Users/a065866/abc/my-strapi-project/node_modules/koa-static/index.js:59:5)
    at async returnBodyMiddleware (/Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:2485:20)
    at async policiesMiddleware (/Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:2443:9)
    at async /Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:2466:20
    at async /Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:4691:17
    at async /Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:4649:9
    at async cors (/Users/a065866/abc/my-strapi-project/node_modules/@koa/cors/index.js:106:16)
    at async /Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:4580:13
    at async /Users/a065866/abc/my-strapi-project/node_modules/@strapi/core/dist/index.js:4634:9``

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions