Hi, I'm using some kind of trick to refresh server side props in my dev env: router.replace(router.asPath);
It works great in my development environment but doesn't work at all on Vercel.
Do you have any suggestions of how to fix it or any other way to refresh Server Side Props? I know I can also use SWR and mutate but it seems like a lot of unnecessary work to achieve completely the same thing.