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

[bug]: New typescript plugin cannot read content-types #35

Closed
derrickmehaffy opened this issue Aug 5, 2024 · 0 comments · Fixed by #38
Closed

[bug]: New typescript plugin cannot read content-types #35

derrickmehaffy opened this issue Aug 5, 2024 · 0 comments · Fixed by #38
Labels
issue: bug Issue reporting a bug severity: high If it breaks the basic use of the product status: confirmed Confirmed by a Strapi Team member or multiple community members

Comments

@derrickmehaffy
Copy link
Member

What version of @strapi/blocks-react-renderer are you using?

$ strapi report --all
Launched In: 324 ms
Environment: development
OS: linux-x64
Strapi Version: 5.0.0-rc.8
Node/Yarn Version: yarn/1.22.22 npm/? node/v20.11.1 linux x64
Edition: Community
Database: sqlite
UUID: be5a4b93-531e-4dd9-8b6f-0ed0dc911441
Dependencies: {
  "@strapi/strapi": "5.0.0-rc.8",
  "@strapi/plugin-users-permissions": "5.0.0-rc.8",
  "@strapi/plugin-cloud": "5.0.0-rc.8",
  "react": "^18.0.0",
  "react-dom": "^18.0.0",
  "react-router-dom": "^6.0.0",
  "styled-components": "^6.0.0",
  "better-sqlite3": "9.4.3"
}
Dev Dependencies: {}

What's Wrong?

When creating a new typescript project and doing required steps to function (install modules, build, configure) when running the application an error appears that looks to be related on registering content-types

image

To Reproduce

Expected Behaviour

Should not throw error :)

@derrickmehaffy derrickmehaffy added issue: bug Issue reporting a bug status: confirmed Confirmed by a Strapi Team member or multiple community members severity: high If it breaks the basic use of the product labels Aug 5, 2024
@derrickmehaffy derrickmehaffy moved this from To triage to Backlog in Strapi 5 - Bug Tracker Aug 5, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in Strapi 5 - Bug Tracker Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Issue reporting a bug severity: high If it breaks the basic use of the product status: confirmed Confirmed by a Strapi Team member or multiple community members
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant