System Information
- Strapi Version: v4
- Operating System: AlmaLinux
- Database: mySQL
- Node Version: v20
- NPM Version: v10
- Yarn Version: v1.22.^
folder structure on the server
/root
/backend
/admin – this is the build folder which i have configured and give name as admin
/frontend
/client – this is the build folder which i have configured and give name as client BUILD_PATH
server.js – main entry point where i run node server and express file provinding
peckage.json
yarn.lock
other relative files…
the main issue is some how i manage to run admin panel at example.com/admin
and ofcourse example.com for frontend react file
but frontend is working and admin panel is working too but not any api
at the time of reg new admin user in network tab the post api call is getting 404 error