When running the MERN project on the local network, the data is only visible to the server computer due to the CORS problem
I have created a project where data is entered from the admin panel and this data is displayed to users in a table format on the home page. When I run my project on my computer, everything works perfectly on the localhost:3000 url. However, when I type my computer’s IP address http://172.16.252.246:3000 and access the program from another computer on the local network, the program opens but cannot output data from the backend to the table. Login registers are also not working.