Firebase – Next.js dynamic routes not working on production (after page refresh)
I can't seem to get dynamic routes in Next.js working with Firebase hosting. Everything works fine locally using the emulators, but after deploying the application using firebase deploy the dynamic route is not directly accessible. Instead, I just get redirected…