Open lqmanh opened 4 years ago
Hey LÆ°Æ¡ng, I would recommend not using the openapi
support right now and just pointing Saasify to your backendUrl
.
saasify dev
is pretty out of date at the moment.
Feel free to join us on slack if you have additional questions for getting started: https://slack.saasify.sh.
Hi, I'm having some issues when trying to deploy my project using OpenAPI.
saasify dev
, there is this error: Unsupported service type "undefined".saasify deploy
, it requiresbackendUrl
orSAASIFY_BACKEND_URL
. However, when I add that field, this error pops up: Request failed with status code 400 OpenAPI error: Error opening file "/opt/render/project/src/api/dist/openapi.json" ENOENT: no such file or directory, open '/opt/render/project/src/api/dist/openapi.json'Here is my
saasify.json
:I use Nestjs with @nestjs/swagger to generate that
openapi.json
file