Relative Content

Tag Archive for reactjsurlreact-router-domrender.com

when I try to access my website designed with react by entering a url pointing to a specific route of the site I am redirected to the page index.html

the site in question is hosted on render and when I navigate to other routes already on the home page everything works normally but when I enter myself the url of this route on the browser example: ‘https://exemple.com/profile I am always redirected to the page index.html. yet profile is a well-configured route here is the file index.js placed in the routes folder