Relative Content

Tag Archive for reactjsreact-router-domvercel

Private Route issue with Vercel

I need your help. I have a React Router Dom(6.10.0) in my React app. It works fine on my local host, but when I deploy it on Vercel, I can’t access the private route, while non-private pages (Welcome, Login, Signup) are available. The home page shows nothing, no error or anything. I have tried all possible solutions, but nothing helped.