You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I am trying to integrate Swagger documentation into a Go project using the Iris framework, but it seems that Swagger UI cannot be correctly generated or accessed in MVC mode. I followed the official documentation and some online resources, but the issue persists. I am hoping for some help or guidance on this matter.
Steps to Reproduce
Create a new Iris project and set it up in MVC mode.
Configure Swagger according to the Swagger Integration Guide
Start the application and attempt to access the Swagger UI. Expected Behavior
I expect to be able to access the Swagger UI, and all defined APIs should be correctly displayed within it.
Actual Behavior
When I try to access the Swagger UI, the Swagger UI loads but does not display any API definitions.
Attempted Solutions
Checked if routes and controllers were correctly set up.
Reviewed the Swagger configuration file for errors.
Searched for similar issues and solutions in the Iris community and Stack Overflow but didn't find any effective information.
Additional Information
If there are any error logs or screenshots, please attach them.
If there are relevant code snippets or a project repository, providing links or code would be very helpful.
The text was updated successfully, but these errors were encountered:
Description
I am trying to integrate Swagger documentation into a Go project using the Iris framework, but it seems that Swagger UI cannot be correctly generated or accessed in MVC mode. I followed the official documentation and some online resources, but the issue persists. I am hoping for some help or guidance on this matter.
Steps to Reproduce
Create a new Iris project and set it up in MVC mode.
Configure Swagger according to the Swagger Integration Guide
Start the application and attempt to access the Swagger UI.
Expected Behavior
I expect to be able to access the Swagger UI, and all defined APIs should be correctly displayed within it.
Actual Behavior
When I try to access the Swagger UI, the Swagger UI loads but does not display any API definitions.
Attempted Solutions
Checked if routes and controllers were correctly set up.
Reviewed the Swagger configuration file for errors.
Searched for similar issues and solutions in the Iris community and Stack Overflow but didn't find any effective information.
Additional Information
If there are any error logs or screenshots, please attach them.
If there are relevant code snippets or a project repository, providing links or code would be very helpful.
The text was updated successfully, but these errors were encountered: