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
This happens when trying to manually add routes that Swagger UI already provides. The `/documentation/json` and `/documentation/yaml` endpoints are automatically created.
175
186
176
187
### "Failed to fetch API spec" Error
188
+
177
189
Ensure the server is fully started before trying to fetch the specification. The generation script includes a 2-second delay to allow for complete initialization.
178
190
179
191
### Missing Route Documentation
192
+
180
193
Routes without schema definitions will appear in the specification but with minimal documentation. Add schema objects to routes for complete documentation.
0 commit comments