wso2 / product-apim

Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
846 stars 785 forks source link

How to change /devportal for /store route in WSO2 API manager V 3.0.0 ? #6802

Closed JuanPabloArbelaez closed 4 years ago

JuanPabloArbelaez commented 4 years ago

Hello WSO2 community.

I had previously implemented WSO2 API manager 2.6 and shared the /store route to potential customers.

I upgraded to the new version, and still have not found a way to change /devportal for /store, and keep the previously communicated routes.

Hope anyonce can help me out, if they know how to set it up, so /store redirects to /devportal, or change the service name altogether.

Kindest regards.

JP

tmkasun commented 4 years ago

Hi @JUANPARBELAEZ ,

In the APIM 3.0.0 GA Developer portal apps, There is a configuration file for controlling the application context and reverse proxy configurations.

<APIM-3.0.0-ROOT_DIR>repository/deployment/server/jaggeryapps/devportal/site/public/theme/
const Settings = {
    app: {
        context: '/devportal',
        reverseProxy: {
            enabled: false,
            origin: 'https://localhost:9443',
        },
    },
.
.
.

};
https://<host:port>/carbon

image

image

image

-Click update and update the service provider configurations

bhathiya commented 4 years ago

Reverse proxy config can be found in https://github.com/wso2/product-apim/issues/6467

isharac commented 4 years ago

@JUANPARBELAEZ you may refer``, https://ishara-cooray.blogspot.com/2019/11/how-to-change-devportal-to-different.html

kavishkafernando commented 4 years ago

Please re-open the issue if you need further assistance.