Routing issue

When accessing the website via the URL https://www.acecarrentals.in and navigating to https://www.acecarrentals.in/privacy-policy, the privacy policy page loads correctly. However, when attempting to open https://www.acecarrentals.in/privacy-policy directly, a ‘404 Not Found’ error is displayed.", locally it’s running fine, no issue.

Get suggestion to add vercel.json and added this code

  "rewrites": [
    {
      "source": "/(.*)",
      "destination": "/index.html"
    }
  ],
  "trailingSlash": true
}

www.acecarrental.in

There’s another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes.

A human should be around soon to offer more advice. But you can also get helpful information quickly by asking v0.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.