running docker container node js and react.
I should follow the steps to install react and node js in the container.
Share and learn in the Docker community.
running docker container node js and react.
I should follow the steps to install react and node js in the container.
Welcome to the community!
What is your issue, what do you want to achieve?
I installed react and node js in two different containers, but react node js is not connecting. I’m getting cors error.
React is your frontend and node is your backend? How did you deploy those?
What URLs do you use to access them? If you use different (sub-)domains, you need to setup CORS on your node server. Or on your proxy server if used.