Information: You are not allowed to see this document

System Information
  • Strapi Version: 4.12.1
  • Operating System: Mac Ventura
  • Database: SQL Lite
  • Node Version: 16.20.1
  • NPM Version:
  • Yarn Version: 1.22.19

I created a new Single Type named Notification with the following fields:

  1. message: Text
  2. url: Text
  3. visible: Boolean (default to false and required)
  4. subtitle: Text

When I go to Content Manager > Notification as a Super Admin, I receive a message “Information: You are not allowed to see this document”. If i check the Console > Network tab, the api::notification.notification and configuration requests were canceled.

http://localhost:1337/content-manager/single-types/api::notification.notification
http://localhost:1337/content-manager/content-types/api::notification.notification/configuration

If I refresh the page and try Content Manger > Single Type > Notification, the Notification editor displays correctly.


3 Likes

Same problem with single types. Strapi version 4.14.3.

Hello facing the same issue! Did you find a solution?

I received the issue earlier in the project and was running older dependencies. Now, when needing to upgrade, I always create a new Strapi project, and copy over the dependencies.