Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

obp-full misleading links on webpages #7

Open
molina-rodrigo opened this issue Oct 10, 2018 · 0 comments
Open

obp-full misleading links on webpages #7

molina-rodrigo opened this issue Oct 10, 2018 · 0 comments

Comments

@molina-rodrigo
Copy link

molina-rodrigo commented Oct 10, 2018

i had run the docker as specified with an external IP to be open in my network instead only locally, but still SOFIT and API Explorer are trying to access 127.0.0.1 for the authserver whenever i click on login.

by far i tried:

$ docker run -d -p 8080-8082:8080-8082 -e "OBP_API_HOSTNAME=http://10.0.0.1:8080" -e "OBP_BASE_URL_API_EXPLORER=http://localhost:8082" -e "OBP_BASE_URL_SOCIAL_FINANCE=http://localhost:8081" -e "OBP_WEBUI_API_EXPLORER_URL=http://localhost:8082" openbankproject/obp-full

$ docker run -d -p 8080-8082:8080-8082 -e "OBP_API_HOSTNAME=http://10.0.0.1:8080" -e "OBP_BASE_URL_API_EXPLORER=http://10.0.0.1:8082" -e "OBP_BASE_URL_SOCIAL_FINANCE=http://10.0.0.1:8081" -e "OBP_WEBUI_API_EXPLORER_URL=http://10.0.0.1:8082" openbankproject/obp-full

trying to login on SOFIT, and API Explorer redirects to:
http://127.0.0.1:8080/oauth/authorize?oauth_token=OJVTER1QSBS3YN1P2VDJ2XVYGXP2OFI3U3APCIY3

i checked the 3 props file under src/main/resources/props/ on each folders and they are updated as specified by ENVVARS after docker initialization, none of them are saying 127.0.0.1 anywhere.

any help?
Rodrigo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant