The APP_BASE_URL is wrong
in your example it should be APP_BASE_URL=http://10.0.0.2:7002
You need to set the headers for the origin check
Redirection everything to /login would not work! You need also to redirect all other paths ...
For example, requests to http://10.0.0.2:7002/images/Logo.png will end in http://10.0.0.2:7002/login/images/Logo.png
Search the forum for working configs, like for example: