79802217

Date: 2025-10-27 20:26:09
Score: 0.5
Natty:
Report link

404 happens because Spring Boot handles /login instead of Angular.

Dev: use useHash: true ===> /#/login Prod: add in Spring Boot:

@GetMapping("/{path:[^\\.]*}") public String forward() { return "forward:/index.html"; }

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gdoura mohamed