Relative Content

Tag Archive for reactjsdockernginx

Conection NginX and Reactfrontend

I’m working on a project for my degree. The next step is that I want to build a connection between my React app and the Nginx server. Both are in separate Docker containers. My current status is that when I open localhost, the request is forwarded to the right index.html in the frontend. However, I only get a white page displayed because it can’t find the main.jsx anymore. Since I’m new to this topic and don’t really know my way around, I wanted to ask you for advice. Thank you in advance.