Ionic livereload (device) no longer working

Live reload is no longer working on my device.

When I run:

ionic run --device --livereload

The app deploys to my ios device fine and when I make changes to my HTML or JS the ionic watcher see’s the changes and outputs this to my terminal ‘HTML changed: www/templates/home.html’. However my phone no longer refreshes and makes the updates.

I’m using the latest version of cordova, ios, xcode and ionic.

This also happens when using the ios emulator, My firewall is off.

Any idea’s on how I can troubleshoot this?

Disabled CSP and fixed it.