mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 12:23:05 +00:00

Fix Profile button throwing a 500 Internal Server Error when refreshing page from the admin screen. Fix #4777 **My PR is a:** [ ] Breaking Change [x] Bug fix [ ] Enhancement [ ] New Feature **Main update on the:** [x] Admin [ ] Documentation [ ] Framework [ ] Plugin **Manual testing on on the following databases:** [x] Not applicable [ ] MongoDB [ ] MySQL [ ] Postgres [ ] SQLite
Strapi built-in admin panel
Description
TODO
Contribute
Setup
Create a new Strapi project: strapi new myApp
.
Go in your project: cd myApp
.
Development
Start the React application: cd myApp/admin
, then npm start
.
The admin panel should now be available at http://localhost:4000.
Build
In order to check your updates, you can build the admin panel: cd myApp
, then npm run build
.