Getting 404 on subrouting

When i hard reload “https://xyz.co/inflow” , getting “The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.” error with 404 status

My project is setup with vite configs and azure devops service’s

  • You should configure your server to redirect every route to index.html, because when you type …./inflow it tries to find a file inflow.html which doesn’t exists. Client side Reat handle everything from index.html file.

    – 

  • if we redirect with click actions then it’s working ,

    – 

Leave a Comment