-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
status: pending reproductionWaiting for free time to reproduce the issue, or more informationWaiting for free time to reproduce the issue, or more information
Description
Bug report
Describe the bug
After the quickstart installation, the page http://localhost:1337/admin is automatically opened, but it's completely empty. The console prints the error:
Uncaught ReferenceError: regeneratorRuntime is not defined
at main.82edf255.js:8576
at Object.423 (main.82edf255.js:8576)
at e (main.82edf255.js:8576)
at Object.1261 (main.82edf255.js:8576)
at e (main.82edf255.js:8576)
at Object.9321 (main.82edf255.js:8576)
at e (main.82edf255.js:8576)
at main.82edf255.js:8576
at main.82edf255.js:8576
at Object.94344 (main.82edf255.js:8576)
Steps to reproduce the behavior
Run npx create-strapi-app@latest my-project --quickstart
I also tried running npm run build then npm run develop, same issue.
Expected behavior
I should see the admin panel
System
- Node.js version: v12.22.1 (I also tried Node 14 and 16)
- NPM version: 7.21.1
- Strapi version: v4
- Database: sqlite3 5.0.0
- Operating system: MacOs Big Sur
Thanks!
Pierre-Mike
Metadata
Metadata
Assignees
Labels
status: pending reproductionWaiting for free time to reproduce the issue, or more informationWaiting for free time to reproduce the issue, or more information