springdoc-openapi icon indicating copy to clipboard operation
springdoc-openapi copied to clipboard

missing .map file

Open codeLikeO opened this issue 1 month ago • 0 comments

The current framework references the swagger-ui. The packaging of the .map file, which was removed from swagger-ui starting from version 5.24.0, can lead to an error when the browser requests the .map file. If the service catches the NoResourceException and its parent classes, an error will be prompted.

https://github.com/swagger-api/swagger-ui/issues/10635

codeLikeO avatar Nov 14 '25 08:11 codeLikeO