I am create springBoot and react app. It has post request for save data back end is success. front end has internal server error
I have created a web app using Spring Boot and React. When I try to create users. back is a success. But sending that request from the front end displays an error.
React Application and Spring Boot Application in local host on different port
I have login page in ReactJS(frontend) runs in localhost:3000 and my backend code in which validates the customer in java springboot(backend) localhost:8080 .
I faced the cross origin issues when I do the api call from frontend to backend ,
I need your Help guys…(Frontend:React + MiddleWare:Java + Backend:MySql) [closed]
Closed 1 min ago.