Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

No web processes running #219

Closed
Jacky-YC opened this issue Jul 26, 2021 · 1 comment
Closed

No web processes running #219

Jacky-YC opened this issue Jul 26, 2021 · 1 comment

Comments

@Jacky-YC
Copy link

My static.json configuration is:

{
  "root": "build/distributions",
  "clean_urls": true,
  "error_page": "build/distributions",
  "routes": {
    "/**": "index.html"
  }
}

run heroku static:deploy output:

$: heroku static:deploy
(node:30480) DeprecationWarning: Archiver.bulk() deprecated since 0.21.0
Uploading app
Creating build

-----> Building on the Heroku-20 stack
-----> Using buildpack: https://github.com/hone/heroku-buildpack-static
-----> Static HTML app detected
-----> Installed nginx 1.19.0 to /app/bin
-----> Discovering process types
       Procfile declares types     -> (none)
       Default types for buildpack -> web

-----> Compressing...
       Done: 7.8M
-----> Launching...
       Released v21
       https://kotlin-js.herokuapp.com/ deployed to Heroku

But I access my app , heroku log output:

021-07-26T06:38:24.688806+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/index" host=kotlin-js.herokuapp.com request_id=4b346279-40d7-4ddb-a358-130d8414ac0f fwd="101.224.155.158" dyno= connect= service= status=503 bytes= protocol=https
2021-07-26T06:38:25.210799+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=kotlin-js.herokuapp.com request_id=642045bf-4fe5-491b-b8fc-2bb990c351c7 fwd="101.224.155.158" dyno= connect= service= status=503 bytes= protocol=https

Why No web processes running ?

@edmorley
Copy link
Member

edmorley commented Jun 9, 2022

Hi

This buildpack is now deprecated and we are recommending people move the more actively maintained heroku-buildpack-nginx. For migration advice see here.

As such, I'm closing this issue out since we won't be making further changes to this buildpack.

@edmorley edmorley closed this as not planned Won't fix, can't repro, duplicate, stale Jun 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants