project_video_chat icon indicating copy to clipboard operation
project_video_chat copied to clipboard

Cross Origin Issue

Open haran1902 opened this issue 2 years ago • 1 comments

CrossOrigin

I am facing cross origin Issue and I have code to do without cross origin but that is not working can you give your solution for your video chat code.

haran1902 avatar Dec 28 '22 13:12 haran1902

in the SocketContext.jsx file, check this line: const socket = io('http://localhost:5000'); is it localhost:5000 where your backend is running or any other

AbhinavNaman avatar Aug 16 '23 17:08 AbhinavNaman