So basically my issue is I can get the index or the front page for my spring boot application to load but any redirection or anything I do outside of the pages returns a whitelabel error.
The file structure looks as below:
The login controller is like this:
And the page I'm trying to redirect to is the register.html and the controller for that looks as below:
Any help with this would be greatly appreciated.
You can organize controllers and navigation this way: