I am migrating an entire app from React to Next.js v12. I solved the majority of the problems but I'm having some trouble with routing.
I replaced useHistory with useRouter as we are not using react-router package anymore and I'm getting this final error on the page
The location should return the current URL of the page