apiman: Invalid parameter: redirect_uri

Hi, I have cloned the master branch and trying to setup APIMan and DevPortal on VM by exposing the port of VM and accessing it from the browser of my local machine using VM-IP:PORT.

I have run the following commands so far: mvn clean install -Pinstall-all-wildfly -DskipTests cd tools/server-all/target/wildfly-dev-server ./bin/standalone.sh

After pointing to browser with VM-IP:Port/apimanui I am getting the following output: image

Any leads will be helpful. Thanks

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 28 (14 by maintainers)

Most upvoted comments

Make sure you have a running elasticsearch somewhere, for example:

docker run -d --name elasticsearch -p 9200:9200 -e "discovery.type=single-node" elasticsearch:7.13.2

And use the following properties file: apiman.properties.txt

Please let us know if this is working 😃

Hi @volkflo , yes it is working properly now. Thank you so much @volkflo and @msavy for taking out time to resolve the issue. So what I have figured out the issue was related to both properties and elasticSearch.

image

This setting in the environment of the docker-compose.yml of the developer portal. Replace http://localhost:8443/apiman with the IP of your http://<virtual-machine-ip>:<port>/apiman