Description:
In our documentation for 4.1.0, in point 7, we give a sample of code to add as external-api-stores.xml. But if we follow the documentation and try to add an API to another devportal, in gives below error.
Error while updating external developer portals!! [Internal server error] The server encountered an internal error. Please contact administrator.
Solution
Since if we try to access the devportal using http, it gives below error,
Bad Request
This combination of host and port requires TLS.
We should update point 7's content as below changing http to https. After that, adding an API to an external devportal works fine as mentioned in the documentation.
Description: In our documentation for 4.1.0, in point 7, we give a sample of code to add as external-api-stores.xml. But if we follow the documentation and try to add an API to another devportal, in gives below error.
Error while updating external developer portals!! [Internal server error] The server encountered an internal error. Please contact administrator.
Solution Since if we try to access the devportal using http, it gives below error,
We should update point 7's content as below changing http to https. After that, adding an API to an external devportal works fine as mentioned in the documentation.