I have developed Node.js App using the Express framework and documented using "swagger-jsdoc" and "swagger-ui-express". Swagger UI is loading on my localhost:3000/v1/docs and working properly.
Now, I deployed it to the Amazon EC2 instance (Ubuntu, Linux), all APIs are hitting and working properly but "myamazonurl.com/v1/docs" are redirecting to Swagger UI but not displaying anything.
I configured pm2 and Nginx as well.
Errors coming in console and network are the same and they are attached.
First hit to the URL

On reloading the page

Is there any additional configuration or something is required to run Swagger UI? What is the issue?
I'll be thankful...