Swagger definitions failing
See original GitHub issueAfter the merge of commit e14d18e, swagger rest API definitions begin to fail. I’m reporting it, but if I can I will try to take a look onto that later
Steps to reproduce:
cd <apiman_root>
mvn clean
mvn clean install -Pinstall-all-wildfly10
./tools/server-all/target/wildfly-10.1.0.Final/bin/standalone.sh -b 0.0.0.0
Open the browser and navigate to http://localhost:8080/apimanui and click on menu entry ‘REST API’ on profile menu.
Edit: Works like a charm on tomcat T_T
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Swashbuckle/Swagger + ASP.Net Core: "Failed to load API ...
When I started the app with this method, the following message showed up: Failed to load API definition. Errors Fetch error Internal Server...
Read more >WebApi Core / Swagger: "failed to load API definition" error
Unfortunately, in this case, I went to my swagger URL and got an error saying “Failed to load API definition — Fetch error...
Read more >Failed to load Swagger API definition for a Newly Published ...
I just pushed a .NET Core 6.0 WebAPI to Azure AppService. When I access the location I receive the following error issued when...
Read more >Failed to load API definition Fetch error in Swagger - YouTube
This video is about how to fix the Api Definition fetch error in asp.net core entity framework webapi using swagger.
Read more >Failed to load API definition Fetch error in Swagger - YouTube
This video is about how to fix the Api Definition fetch error in asp.net core webapi using swagger.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@volkflo I’ve added this to pom.xml of apiman-manager-api-war-wildfly8 and error is gone, but still not generating rest documentation.
After the explanation of @EricWittmann i believe that the problem is on the configuration of project but let’s dig into it!
This should be fixed by: https://github.com/apiman/apiman/pull/821