System Information
- Strapi Version: 4.12.7
- Operating System: Ubuntu
- Database: PostgreSQL
- Node Version: 16.20.2
- NPM Version: 8.19.4
- Yarn Version: N/A
When running npm start on example, i got error:
4.12.7/app$ sudo npm start
UDP@0.1.0 start
strapi start
[2023-08-29 14:55:04.525] debug:Server wasn’t able to start properly.
[2023-08-29 14:55:04.534] error: Cannot read properties of undefined (reading ‘visitors’)
TypeError: Cannot read properties of undefined (reading ‘visitors’)
at Object. (/mnt/d/Project/udp/4.12.7/app/node_modules/@strapi/admin/server/services/permission/permissions-manager/validate.js:31:59)
Could you please help?