0

i am currently deploying a react project with firebase below path i am using

<Route exact path="/product-type/laptop" element={<Allproductpage type={'Laptop'} />} />

this is working correctly for localhost but not working well for after deploy. and getting the error page not found . how to fix it

santu01
  • 31
  • 4

1 Answers1

-1

This user had the same problem as you in this question: 404 page not found when running firebase deploy

Looks like there's a problem in your firease.json configuration.