saasify-sh / saasify

The easiest way to monetize your API. 🚀
https://saasify.sh
MIT License
1.16k stars 105 forks source link

Deployment issues #104

Open lqmanh opened 4 years ago

lqmanh commented 4 years ago

Hi, I'm having some issues when trying to deploy my project using OpenAPI.

Here is my saasify.json:

{
  ...
  "openapi": "./dist/openapi.json",
  "backendUrl": "https://httpbin.org",
  "services": [
    {
      "path": "/scraper",
      "httpMethod": "POST",
      "examples": [...]
    }
  ]
}

I use Nestjs with @nestjs/swagger to generate that openapi.json file

transitive-bullshit commented 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.