You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am new to Strapi and want to use this great Plugin. But it seems like there is an issue.
When i am running the strapi command strapi ts:generate-types it throws this error:
[INFO] [2023-07-05T07:58:37.567Z] (Typegen) Starting the type generation process
[INFO] [2023-07-05T07:58:37.567Z] (Typegen) Generating types for contentTypes
[ERROR] [2023-07-05T07:58:37.573Z] (Typegen) Failed to generate types for contentTypes: Debug Failure. Unhandled SyntaxKind: Unknown.. Exiting
[INFO] [2023-07-05T07:58:37.573Z] (Typegen) The task errored with 0 warning(s) and 1 error(s) in 0.006s.
When i remove the field that uses the CustomField with CKEditor in src/api/[collection]/content-types/[collection]/schema.json, the generation works.
The text was updated successfully, but these errors were encountered:
i had this problem. after connecting to a new db it has been resolved.
i was deleting fields manually. i guess it is mandatory to only update fields from the content-type manager.
stupid mistake from me 🙃
Hello together,
i am new to Strapi and want to use this great Plugin. But it seems like there is an issue.
When i am running the strapi command
strapi ts:generate-types
it throws this error:When i remove the field that uses the CustomField with CKEditor in
src/api/[collection]/content-types/[collection]/schema.json
, the generation works.The text was updated successfully, but these errors were encountered: