DarkaOnLine / L5-Swagger

OpenApi or Swagger integration to Laravel
https://github.com/DarkaOnLine/L5-Swagger
MIT License
2.64k stars 394 forks source link

Swagger-ui Update from 5.15.2 to 5.16.0 results in missing api-docs.json #602

Closed Keenora closed 1 month ago

Keenora commented 6 months ago

Description:

Since the latest swagger-ui Update from 5.15.2 to 5.16.0. the api-docs.json cannot be loaded anymore. The dev-console shows, that it tries to call a "null"-named file, instead of the correct json-file. If you enter the json-file manually, it works like a charm. I figured out, that the issue is the swagger-ui dependency, however that one works properly on it's own.

Steps To Reproduce:

Current "composer update" updates the swagger-ui to its latest version. Its reproduceable on a fresh install, so there shouldn't be an issue to reproduce that error.

koraga commented 6 months ago

already fixed https://github.com/swagger-api/swagger-ui/releases/tag/v5.16.1