I am trying to deploy a react application in Zoho Catalyst using Catalyst Web Client Hosting. When I tested the application in local machine, everything works fine. So I deployed the same to the development enviornment using the below command
catalyst deploy
When I tried testing the app using the app URL, everything seems to be working fine until I reload a route path “/app/path1” where I am getting 404 Not found error. The same route works fine when I load the path for the first time. Can someone help me resolve this?