I have a Spring Boot + React app deployed to Elastic Beanstalk and the index pages comes up. When I go to any other page, it gives 404. Of course locally it is just fine.
The "api" mappings work correctly. I cannot get to the login page, or anything else other than index. Anything would help here.
update I see that you have to do a redirect via nginx or apache. It is hard to figure this out via Elastic Beanstalk. If anyone has a fix or way to do this it would be appreciated.