Strapi crashed and cannot restart it

result is the same:

root@george-cms-strapi:~/my-project# npm run start

> my-project@0.1.0 start /root/my-project
> strapi start

[2021-08-11T17:13:43.444Z] debug ⛔️ Server wasn't able to start properly.
[2021-08-11T17:13:43.445Z] error Error: There can be only one type named "ComponentStaticFilterInput".

There can be only one type named "editComponentStaticFilterInput".

Field "editComponentStaticFilterInput.id" can only be defined once.
    at assertValidSDL (/root/my-project/node_modules/graphql/validation/validate.js:107:11)
    at Object.buildASTSchema (/root/my-project/node_modules/graphql/utilities/buildASTSchema.js:45:34)
    at Object.buildSchemaFromTypeDefinitions (/root/my-project/node_modules/graphql-tools/dist/generate/buildSchemaFromTypeDefinitions.js:25:28)
    at makeExecutableSchema (/root/my-project/node_modules/graphql-tools/dist/makeExecutableSchema.js:26:29)
    at Object.generateSchema (/root/my-project/node_modules/strapi-plugin-graphql/services/schema-generator.js:101:18)
    at Object.initialize (/root/my-project/node_modules/strapi-plugin-graphql/hooks/graphql/index.js:76:74)
    at /root/my-project/node_modules/strapi/lib/hooks/index.js:37:28
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! my-project@0.1.0 start: `strapi start`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the my-project@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-08-11T17_13_43_467Z-debug.log