I have developed Node.js App using 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 Amazon EC2 instance (Ubuntu, Linux), all API's 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 same and they are attached.
On first hit to the URL:
On reloading the page:
Is there any additional configuration or setup is required to run Swagger UI? What is the issue?
I'll be thankful...