You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: