heroku / heroku-buildpack-static

[DEPRECATED] Heroku buildpack for handling static sites and single page web apps
MIT License
675 stars 427 forks source link

App not compatible with buildpack: https://github.com/heroku/heroku-buildpack-static #198

Closed jared201 closed 3 years ago

jared201 commented 3 years ago

trying to deploy my Vue app in Heroku and got an error:

App not compatible with buildpack: https://github.com/heroku/heroku-buildpack-static
edmorley commented 3 years ago

From: https://github.com/heroku/heroku-buildpack-static#deploying

The static.json file is required to use this buildpack.

I would imagine there isn't such a file in your repository.

When reporting an issue, please include as much information as possible - for example the steps leading up to the error, the full error message (not just an excerpt) and ideally a complete set of "steps to reproduce".

jared201 commented 3 years ago

From: https://github.com/heroku/heroku-buildpack-static#deploying

The static.json file is required to use this buildpack.

I would imagine there isn't such a file in your repository.

When reporting an issue, please include as much information as possible - for example the steps leading up to the error, the full error message (not just an excerpt) and ideally a complete set of "steps to reproduce".

yup, figured that out. I noticed I switched to a branch that is way behind commits without static.json, thanks