-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
status: can not reproduceNot enough information to reproduceNot enough information to reproduce
Description
Bug report
Describe the bug
After migrate from v3.5.4 to v.3.6.0 the page (admin UI) not showing anything, just white/plain page.
so I try to remove the custom admin folder, then the login page can appear but after the login process the admin UI page still not showing anything.
Steps to reproduce the behavior
- changing version in dependencies.
- remove the old build
- run npm build
- run npm develop
OR
- changing version in dependencies.
- remove the old build
- remove the custom admin folder
- run npm build
- run npm develop
Expected behavior
It should run properly after changing version in dependencies file as usual.
Error console
Error: react-error-boundary requires either a fallback, fallbackRender, or FallbackComponent prop
at t.n.render (main.c0b10731.chunk.js:1)
at Fi (main.c0b10731.chunk.js:1)
at Ii (main.c0b10731.chunk.js:1)
at gl (main.c0b10731.chunk.js:1)
at cs (main.c0b10731.chunk.js:1)
at ls (main.c0b10731.chunk.js:1)
at Xl (main.c0b10731.chunk.js:1)
at main.c0b10731.chunk.js:1
at t.unstable_runWithPriority (main.c0b10731.chunk.js:1)
at Vo (main.c0b10731.chunk.js:1)
main.c0b10731.chunk.js:1 Here is some infos
main.c0b10731.chunk.js:1
System
- Node.js version: 14.16.0 LTS
- NPM version: 6.14.12
- Strapi version: 3.6.0
- Database: postgres
- Operating system: windows 10
Metadata
Metadata
Assignees
Labels
status: can not reproduceNot enough information to reproduceNot enough information to reproduce