-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Description
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
- Have Strapi 4.1.8 installed
- 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
- 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", - Build admin UI
- Run Strapi
- 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
Labels
No labels