Questions tagged [client-side-routing]

2 questions
0
votes
1 answer

Folder structure/setup/config questions, RE: hosting React app with express API backend in Azure

I've been working to deploy a nodejs/react application to Azure but I seem to be having some issues getting things up and running. I have tried lots of different approaches (see below) but I just wanted to confirm a few things to make sure I'm on…
-1
votes
1 answer

React app client-side routing not working on DigitalOcean App Platform

I have deployed my React app to the DigitalOcean App Platform. The app uses client-side routing (e.g., React Router). The home page works correctly when visiting the root URL, but when I try to navigate directly to other routes by entering the URL…