Reactjs – How do I fix this review form component bad request error
I have a form component that is supposed to create entries in my Reviews content type in strapi. I believe the data is sufficient but i am still getting a 400 bad request error. Here is my component: import {…