#Errors with Swagger deploying NestJS app in Vercel

2 messages · Page 1 of 1 (latest)

hasty veldt
#

Hello! I'm getting this errors trying to deploy my backend in Vercel. It's directly related with SwaggerUI, I've been looking some fixes but no one was successful.
Some found solutions:

The errors in console:
GET https://projects.vercel.app/api-docs/swagger-ui.css net::ERR_ABORTED 404 (Not Found)
GET https://tours-56qmtum23-sebasromeros-projects.vercel.app/api-docs/swagger-ui-standalone-preset.js net::ERR_ABORTED 404 (Not Found)
GET https://tours-56qmtum23-sebasromeros-projects.vercel.app/api-docs/swagger-ui-bundle.js net::ERR_ABORTED 404 (Not Found)
swagger-ui-init.js:128 Uncaught ReferenceError: SwaggerUIBundle is not defined
at window.onload (swagger-ui-init.js:128:7)

hasty veldt