I have a react app running locally without issue.
Problem statement: Link in the hamburger menu work locally and not on render. On render two links fail to load the appropriate UI.
Actual Behavior: When I click on the hamburger navigation menu and select the Login or Register link I am taken to a IT Logger with a blank UI.
When I click on the About link in the hamburger menu I am taken to the correct page of IT Logger.
Expected Behavior: Any of the links in the hamburger navigation menu should navigate the user to a page accordingly ,About, Login, Register, IT-Logger(Landing page)
Device/Browser: Macbook Pro BigSur/ Goolge Chrome Version 105.0.5195.125
Notes:
- Why do some links in the hamburger menu work and others don’t?
- All the hamburger navigation links are front end routes, no auth or backend is touching them
- If I hardcode the route in the url I end up with the same results
- This static website is also making request without issue to my web service node/express backend via /api/*
Frontend Link = https://it-support.onrender.com
Backend Link= https://itsupport.onrender.com
See the screenshots for my rewrite rules