DEV Community

Discussion on: Page Loading Progress Bar in Next.js

Collapse
 
akhilaariyachandra profile image
Akhila Ariyachandra

You can probably use something like router.replace(router.asPath); to refresh the page. Check the useRouter hook.