Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Score of 0
1 answer
129 views

I'm using Swashbuckle.AspNetCore version 10.1.7 with the new OpenAPI setup in .NET. My Swagger security configuration looks like this: services.AddSwaggerGen(options => { options....
Score of 1
1 answer
316 views

I’m super confused today Usually I configure Swagger in my ASP.NET Core APIs without issues, but now the OpenAPI/Swagger setup is throwing this error: The type or namespace name 'Models' does not ...
Score of 3
1 answer
89 views

I specified a custom Swagger UI endpoint. springdoc: swagger-ui: path: /swagger-ui However, I get 404 when hitting it from my browser: http://localhost:8080/swagger-ui 2026-05-08T20:00:23.390+...
Score of 0
0 answers
81 views

I am developing a NestJS backend and testing it on a real Android device. The Setup: Backend IP: 192.168.1.5:3000 (MacBook) Device: Real Android phone connected to the same Wi-Fi. Observation: I ...
Score of 2
0 answers
113 views

We define our APIs using OpenApi 3. We are using Spring-Boot on the back-end. We need to define an endpoint to receive notifications from arbitrary third parties. We will have a URL parameter for ...
Score of -1
1 answer
95 views

I'm configuring authorization in my ASP.NET Core 8 project, and I get this error while testing JWT token auth via Swagger: content-length: 0 date: Sun,12 Apr 2026 01:37:08 GMT server: Kestrel www-...
Advice
1 vote
3 replies
103 views

I'm using Rider to develop a C# application that uses ASP.Net to create a simple web application. From inside the IDE, I can run and I get what I expect: A command-line application that runs in the ...
Score of 0
0 answers
66 views

We have a Dropwizard application which uses https://github.com/smoketurner/dropwizard-swagger to provide an interactive Swagger page. Normally we just serve the application on the root path and ...
Best practices
2 votes
2 replies
385 views

I’m working on a backend system that follows a multi-service architecture (multiple microservices). Each service exposes its own REST APIs, and we want to provide clear and maintainable API ...
Score of 2
1 answer
193 views

I'm building a NestJS API using the nestjs-zod package for request/response validation and Swagger generation. I have a domain entity like this: export class UserEntity { constructor( ...
Score of 3
0 answers
149 views

I'm getting a 502 Bad Gateway error when trying to access my Swagger API after deploying my NestJS backend to Railway. Problem The backend container starts fine, logs show the NestJS app is running ...
Score of 0
1 answer
75 views

When I change the property springdoc.swagger-ui.url to contain the .yaml extension, for example /v3/api-docs.yaml, I expect the URLs of the defined groups to include it as well. For example, with the ...
Score of 2
1 answer
82 views

I'm trying to understand the relationship between groups and URLs in Springdoc. For example, we might have the following Springdoc configuration: springdoc.swagger-ui.urls[0].url=${springdoc.swagger-...
Score of 0
1 answer
197 views

I have an ASP.NET Core 9 Web API with a file upload endpoint using IFormFile. When I launch the application, Swagger UI fails to load with this error: Failed to load API definition. Fetch error ...
Score of 0
0 answers
142 views

When a Spring Boot application using springdoc-openapi-{common, ui, web-code, ...}:1.6.13 starts, it invokes the SwaggerWelcomeWebMvc class and later AbstractSwaggerWelcome, where ...

15 30 50 per page
1
2 3 4 5
827