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

Strapi 5.0.0-beta.6 doesn't show Users & Permissions plugin in settings #20279

Closed
circular-dependency opened this issue May 8, 2024 · 4 comments
Assignees
Labels
issue: bug Issue reporting a bug severity: critical If the issue has a security impact or breaks core usage of the product source: core:admin Source is core/admin package source: plugin:users-permissions Source is plugin/users-permissions package status: pending reproduction Waiting for free time to reproduce the issue, or more information version: 5

Comments

@circular-dependency
Copy link

Bug report

Required System information

  • Node.js version: 18.18.2
  • NPM version: 9.8.1
  • Strapi version: 5.0.0-beta.6
  • Database: default (when using quickstart)
  • Operating system: MacOS 14
  • Is your project Javascript or Typescript: Javascript (same issue using Typescript)

Describe the bug

When creating a new Strapi (5.0.0-beta.6) project using npx create-strapi-app@beta my-project --quickstart, the Users & Permissions Plugin doesn't show up in settings in the admin panel. I'm using the default Super Admin user, so access permissions shouldn't be a problem.

I also made an API call to the plugin and got the correct response. Only the UI doesn't seem to show up.

I tried downgrading all beta.6 versions to beta.5 in my package.json file. It then worked using beta.5.

I hope there isn't already an open issue regarding this problem. I looked through the issue list, but couldn't find any.

Steps to reproduce the behavior

  1. Create a new Strapi app from the command line: npx create-strapi-app@beta my-project --quickstart
  2. Wait for Strapi to start up and create your admin user
  3. See Users & Permissions Plugin is missing in the settings section

Expected behavior

Users & Permissions Plugin to show up in the admin panel under Settings.

@derrickmehaffy
Copy link
Member

Is it listed in your package.json?

@circular-dependency
Copy link
Author

circular-dependency commented May 8, 2024

@derrickmehaffy Hi, thanks for your response. Yes it is. These are the dependencies from my package.json:

"dependencies": {
    "@strapi/strapi": "5.0.0-beta.6",
    "@strapi/plugin-users-permissions": "5.0.0-beta.6",
    "@strapi/plugin-cloud": "5.0.0-beta.6",
    "better-sqlite3": "9.4.3",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router-dom": "^6.0.0",
    "styled-components": "5.3.3"
}

All I did was create a new Strapi app, using the CLI: npx create-strapi-app@beta my-project --quickstart.

EDIT: Also I did not disable the plugin manually.

@derrickmehaffy
Copy link
Member

Hmm interesting 🤔

@derrickmehaffy derrickmehaffy added issue: bug Issue reporting a bug severity: critical If the issue has a security impact or breaks core usage of the product source: core:admin Source is core/admin package source: plugin:users-permissions Source is plugin/users-permissions package status: pending reproduction Waiting for free time to reproduce the issue, or more information version: 5 labels May 8, 2024
@circular-dependency
Copy link
Author

I noticed 5.0.0-beta.7 just got released. With this version Users & Permissions Plugin is now visible again in the admin panel. Thank you!

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: critical If the issue has a security impact or breaks core usage of the product source: core:admin Source is core/admin package source: plugin:users-permissions Source is plugin/users-permissions package status: pending reproduction Waiting for free time to reproduce the issue, or more information version: 5
Projects
Status: Fixed/Shipped
Status: Fixed/Shipped
Archived in project
Status: Done
Development

No branches or pull requests

3 participants