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

Phoenix LiveReload is not working #2

Open
hafizio opened this issue Apr 20, 2017 · 0 comments
Open

Phoenix LiveReload is not working #2

hafizio opened this issue Apr 20, 2017 · 0 comments

Comments

@hafizio
Copy link

hafizio commented Apr 20, 2017

I was testing the development environment using nanobox by running nanobox run. I always get the error message saying:

Uh oh, the live filesystem watcher has panic'ed.
We'll go ahead and rollover to a slower polling solution.

I also noticed that the LiveReload feature in no longer working.

This is by boxfile.yml

run.config:
  engine: elixir

  dev_packages:
    - nodejs
    - inotify-tools

  cache_dirs:
    - ./assets/node_modules

  extra_path_dirs:
    - ./assets/node_modules/.bin

  fs_watch: true

deploy.config:
  extra_steps:
    - mix phx.digest

  before_live:
    web.main:
      - mix ecto.create --quiet
      - mix ecto.migrate

data.db:
  image: nanobox/postgresql:9.5

web.main:
  start: node-start mix phx.server

Is there any workaround for this issue?

Thanks!

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

No branches or pull requests

1 participant