I have a very annoying problem. i've tried all method to solve but all doesnt work. I start my local reactjs frontend project, i want to communicate with backend that hosted locally in the same computer. This is my react start command :
I've set 'Access-Control-Allow-Origin' headers too.
It seems put headers to axios doesnt change anything. How to solve this? coz i cant continue my project because of this problem.