Hi all,
I created a domain redirect in the nextjs config file to redirect the home page "/" to the "/index" page. After working on a new version of the app, this internal redirect wasn't needed anymore.
The issue is even after removing the redirect, and even after completely deleting the "/index" route from the app folder, that route is still up on production.
I deleted the vercel data cache, and rebuilt the website many time, but the issue is still popping. That route is doomed to the abyss, so I am just using "/index-grid" route instead haha.
I just wanted to know if anyone popped into the same issue. I might try to reproduce the issue when I get time.