skip to Main Content

Azure giving error with long URL with Token – Reactjs

I have hosted a front end app using React and React Router Dom to Azure. I have a reset password link with token as below https://abc.azurewebsites.net/reset/CfDJ8AkOTLe70aJDl6Jq93G40f4OoMX35xv1bg73%2fU9WyIDfJae9LcF8iFFF6oiO7atp8l9O%2fr1lBq%2bMPZd2aPkELXWPB7YQ5lYoAkh3t2QdB5a%2fB%2bRvJordH34lEbPRBV%2by842E5z%2b1ZNSBstZljGOPZ6tOQNjLGH%2byAAUURGK2Z8rSFjQa22t0RXaVTzP59yCEagf42DGK9UM1PLqtSun655EVkoRH8Jg2LtgK2YZYv6zD This work fine with localhost. However in Azure it gives this error "The resource…

VIEW QUESTION

React router dom wont work when I deploy with gh-pages – Javascript

in App.js: return ( <BrowserRouter basename="/"> <Routes> <Route exact path="/" element={<Home />} /> <Route exact path="/home" element={<Home />} /> <Route exact path="/header" element={<div><Header links={"/"}/><Me /><Footer /></div>} /> <Route exact path="/me" element={<div><Header links={"/"}/><Me /><Footer /></div>} /> <Route exact path="/About" element={<div><Header links={"/"}/>…

VIEW QUESTION
Back To Top
Search