FOUND THE ONE OF THE SOLUTIONS
Intercepting routes were not working on dev
server. What I did is I deleted the .next
folder and then made a build
of my NEXTJS app. After building my NEXTJS app I served my build
and Intercepted routes started working as Expected.