Firebase – My dynamic routing isn't displaying any information, I just get 404. next.js react
I am having issues with dynamic routes in Next.js. Setup : I have getStaticPaths and getStaticProps in my dynamic page. When I click on an item that should take me to the dynamic route, the browser navigates to a page…