React Admin has documentation on how to remove the hash from being added to your apps url here by wrapping the Admin component in BrowserRouter but doing this does not work as expected in NextJS as the app will return a 404.
There is currently no documentation on how to do this on NextJS. Anyone know how can I remove the hash from the url added by react-admin when using NextJS