Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

obp-full misleading links on webpages #7

@molina-rodrigo

Description

@molina-rodrigo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions