When I build my react-app-rewired it builds succesfully but when I want to navigate directly to somwhere else than ‘localhost:8080’ like ‘localhost:8080/about-me’ it gives an 403 error.
It redirects me perfectly when I push the button on the home page. I suspect I would need to add something to my config-overrides.js but don’t know what.