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] Any Single Type shows endless load spin in Content Manager in version 4.24.1 #20276

Open
b0tm1nd opened this issue May 7, 2024 · 2 comments
Assignees
Labels
issue: bug Issue reporting a bug severity: high If it breaks the basic use of the product source: core:content-manager Source is core/content-manager package status: pending reproduction Waiting for free time to reproduce the issue, or more information

Comments

@b0tm1nd
Copy link

b0tm1nd commented May 7, 2024

Bug report

Required System information

  • Node.js version: v20.12.2
  • NPM version: 10.5.0
  • Strapi version: 4.24.1
  • Database: SQLite
  • Operating system: Ubuntu 22.04
  • Is your project Javascript or Typescript:

Describe the bug

Any kind of Single type creation or change from Collection type leads to a blank right side with a loading spin.
In Dev console a request to
/content-manager/single-types/api::test.test/
gives an empty response with
Status Code: 302 Found

Steps to reproduce the

  1. yarn create strapi-app my-project
  2. Create an admin user and a Single type content
  3. Go to content manager for the created type and get an endless load

Expected behaviour

Expected to see Content manager capable listing/editing entries.

Screenshots

Screenshots attached
2024-05-08_00-54

@b0tm1nd
Copy link
Author

b0tm1nd commented May 8, 2024

Looks like a very essential bug. Isn't that anyone else experiencing it?

It appears that any requests under
http://server:1337/content-manager/single-types/ return 404 not found error, when for collection types a request for
http://server:1337/content-manager/content-types/ returns all the created types.

@b0tm1nd b0tm1nd closed this as completed May 8, 2024
@b0tm1nd b0tm1nd reopened this May 8, 2024
@b0tm1nd b0tm1nd changed the title Any Single Type shows endless load spin in Content Manager in version 4.24.1 [BUG] Any Single Type shows endless load spin in Content Manager in version 4.24.1 May 8, 2024
@strapi-bot
Copy link

This issue has been mentioned on Strapi Community Forum. There might be relevant details there:

https://forum.strapi.io/t/typeerror-modeltype-is-undefined/38160/5

@joshuaellis joshuaellis added issue: bug Issue reporting a bug severity: high If it breaks the basic use of the product source: core:content-manager Source is core/content-manager package status: pending reproduction Waiting for free time to reproduce the issue, or more information labels May 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 source: core:content-manager Source is core/content-manager package status: pending reproduction Waiting for free time to reproduce the issue, or more information
Projects
Status: To be reviewed
Status: To review
Development

No branches or pull requests

4 participants