Kamil Shersheyev
Results
2
comments of
Kamil Shersheyev
@tomtaylor Had same issue! Try to set `interval` to 1 second in your dev.exs. Default 100ms is not enough. ``` config :my_app, MyAppWeb.Endpoint, live_reload: [ interval: 1000, ```
Glad that it works! :smile: I suppose that template or css isn't compiled fast enough for reload request, and server was not responding. If you set interval higher to 1...