Relative Content

Tag Archive for c#reactjs.nethostingplesk

Hosting processes with separately created .NET and React projects

I am quite new to hosting processes. I connected to my Windows hosting through Plesk from my provider’s website and added the published codes of my backend API, which I created with .NET, into the httpdocs directory. Additionally, I created a folder named “frontend” inside httpdocs and placed my React build files there. My current issue is that I can access Swagger via the URL, but I cannot access any other pages. It’s as if my React files don’t exist, and I get a 404 error on screens like url/Login, for example.