Skip to content

Blank pages in admin panel after upgrade to 4.1.10 #13299

@nordowl

Description

@nordowl

Bug report

Required System information

  • Node.js version: 16.14.2
  • NPM version: 8.5.0
  • Strapi version: 4.1.10
  • Database: SQLite
  • Operating system: Win 10 Pro 64 Bit

Describe the bug

After upgrading Strapi from version 4.1.8 to 4.1.10, some pages of the admin panel show a blank page. Upon page refresh, the left sidebars flash and you see a loading spinner and then the page is blank again.

Steps to reproduce the behavior

  1. Have Strapi 4.1.8 installed
  2. Use a database migration script https://docs.strapi.io/developer-docs/latest/update-migration-guides/migration-guides/v4/migration-guide-4.1.8+-to-4.1.10.html
  3. Edit your package.json like this:
    "@strapi/plugin-i18n": "4.1.10", "@strapi/plugin-users-permissions": "4.1.10", "@strapi/provider-email-sendgrid": "^4.1.10", "@strapi/strapi": "4.1.10",
  4. Build admin UI
  5. Run Strapi
  6. Go to "/admin/settings/users-permissions/roles" or "/admin/plugins/content-type-builder" or "/admin/settings/media-library"

Expected behavior

The page loads normally.

Additional context

The browser console shows these errors:
TypeError: X.default() is undefined in media library and users-permissions settings

TypeError: e.useGuidedTour() is undefined on page "admin/plugins/content-type-builder"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions