Unable to access http://localhost:8080/apiman/developers
See original GitHub issueHi,
I’ve setup apiman and everything looks okay. When I launched developer portal I’m unable to see developers as API failed(404 status code) with response
RESTEASY003210: Could not find resource for full path:http://localhost:8080/apiman/developers.
I can see in the code that in manager/api/rest/src/main/java/io/apiman/manager/api/rest/IDeveloperResource.java it’s mentioned as
@Path("/developers")
while for all other APIs the slash is not there ex:
@Path("gateways") and @Path("plugins")
Not sure if this is an issue. How do I fix it? Please let me know as this is a blocker for me.
I’m using 2.0.0.Final version
I tried to build the project by changing /developers to developers, but I’m getting following error on running mvn clean install (Java Version: 12.0.1, Maven Version: 3.6.3)
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (6 by maintainers)
@phenompavan A new release can take a while because we need new GitHub actions to also release the developer portal. But we try to create more up to date “latest” images on docker hub that represents the master branch.
The docker images can be built with
mvn clean package docker:build -P docker -DskipTests
.We are always looking for help, if you want to support us, we are happy to receive some contributions 😃
Apiman 3.x will contain a new developer portal with a different deployment strategy. So I will close this.