Next js routing between the components is not working in the tizen emulator. What is the solution for it?
We are running the next build file in the tizen software but it shows only index.html file of build folder and when we give routing it does'nt work.
nextjs used file based router, but tizen not supported it. You can use SPA(Single Page Application) for tizen.