You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
Hi,
I'm having some issues when trying to deploy my project using OpenAPI.
Whenever I use saasify dev, there is this error: Unsupported service type "undefined".
If I use saasify deploy, it requires backendUrl or SAASIFY_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'
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
fileThe text was updated successfully, but these errors were encountered: