dwyl / learn-heroku

:checkered_flag: Learn how to deploy your web application to Heroku from scratch step-by-step in 7 minutes!
153 stars 395 forks source link

10:12:14.889 [error] Could not find static manifest at "/code/phoenix-chat-example/_build/prod/lib/chat/priv/static/cache_manifest.json". Run "mix phx.digest" after building your static files or remove the configuration from "config/prod.exs". #20

Closed nelsonic closed 6 years ago

nelsonic commented 6 years ago

Trying to debug the deployment fail on localhost getting the following error:

10:12:14.889 [error] Could not find static manifest at "/code/phoenix-chat-example/_build/prod/lib/chat/priv/static/cache_manifest.json". Run "mix phx.digest" after building your static files or remove the configuration from "config/prod.exs".
nelsonic commented 6 years ago

ran mix phx.digest locally which created the priv/static/cache_manifest.json file. but app still does not boot ...

kohei306 commented 2 years ago

what was the solution?

nelsonic commented 2 years ago

The solution was to run the command on Heroku. But we have since updated to newer version of Phoenix so I don’t know if this is still an issue. 💭

kohei306 commented 2 years ago

Okay.

On Tue, Nov 9, 2021 at 2:54 PM Nelson @.***> wrote:

The solution was to run the command on Heroku. But we have since updated to newer version of Phoenix so I don’t know if this is still an issue. 💭

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dwyl/learn-heroku/issues/20#issuecomment-964172446, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADEQDQS6Q73V7TA6BPK4YVLULER2RANCNFSM4ERVQAMA .