Installation Notes
- 
Create a
Jwt Secretto be used to signed the JWT for Users-Permissions plugin. - 
Create a
Admin Jwt Secretto be used to sign the JWT for the Admin panel. - 
Set
App Keysas a json array:['keya', 'keyb'].
 - 
Set
Node Environmentto Development initially. - 
Optionally set
Public URLto a FDQN with https, ex:https://api.example.com. - 
Optionally set
Strapi Licenseto activate the premium Edition. - 
Enable/Disable
Strapi Disable Update Notificationsfor strapi update notifications. - 
Enable/Disable
Fast Refreshfor react near-instant feedback. - 
Extra Argscan be left empty for the standard defaults or get args from strapi-new. - 
After the app is installed you might get a
Content Security Policyerror. To solve this you have to manually shell into the app.- 
Apps -> strapi -> 3 dot -> shell:
 - 
run the following command to build the admin panel for v4:
Terminal window npm run build 
 - 
 - 
Restart the app after the command is ran successfully.