fridays / next-routes

Universal dynamic routes for Next.js
MIT License
2.47k stars 230 forks source link

Router not routing according to base url in <base href=""> tag #304

Closed inf3cti0n95 closed 1 year ago

inf3cti0n95 commented 5 years ago

I have a different base URL for the Next JS app. I have a in inside the app. Which specifies all the api calls and link routes to act according to it. but the Router.push() method is not taking the base url into consideration.