Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 opened this issue Feb 21, 2018 · 4 comments
Labels

Comments

@nelsonic
Copy link
Member

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 nelsonic added the bug label Feb 21, 2018
@nelsonic
Copy link
Member Author

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

@kohei306
Copy link

kohei306 commented Nov 9, 2021

what was the solution?

@nelsonic
Copy link
Member Author

nelsonic commented Nov 9, 2021

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
Copy link

kohei306 commented Nov 9, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants