No badges yet
No accepted solutions yet
Not able to navigate to subpages
I am handing the route of case study page using these two methods 1. getStaticPaths ``` export const getStaticPaths: GetStaticPaths = async () => { let pathsService:...
Not able to navigate to subpages
Hello everyone, I made website in next.js using firebase as backend. I am using next 14.2.0. I am fetching the case studies as soon as user lands to case study page. When user...