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 click on any case study then it's navigating to it's detail screen.
This navigation works only for 1 day after that I am not able to navigate. When user click on any case study then it's redirect the case study main page.
This navigation works only for 1 day after that I am not able to navigate. When user click on any case study then it’s redirect the case study main page.
From what I understand, you made no changes to your code (?) and now, the navigation to the case studies is broken. Is that right?