System Information
- Strapi Version: 4.5.1
- Database: mysql
- Node Version: v18.12.1
- NPM Version: 8.10.0
Hello guys. pls help me solve this problem .
i have 2 content types
1.profile
2.wallets
This tables relational.One to Many (Profile can be many wallet)
Problem : How to save this data in one request by using strapi default service
Post from client
- if i send user_wallets array backend returns this error
- so if i send object (actually i dont need this way but just tested
) returns no error , profile created, wallet is not created
If you have any solutions pls share pls