When UI is accessed, it tries to retrieve the manifest.json used for the Swagger UI docs. In a production environment it is unable to retrieve this static file, and returns a 403 error in the browser console. Possible solutions:
- enable serving of this static file, so we're not seeing a 403
- disable the call for this file, and most likely the serving of swagger ui docs in a production environment
|