Ionic serve --lab not working after updating to latest Ionic version. ( Ionic v1 )

Below attached are two image files, first showing that I had run “ionic serve --lab” to run Ionic 1 app over the web browser.

Second is the result I got on my web.
Third image gives the information about Ionic version installed:
(
global packages:
@ionic/cli-utils : 1.2.0
Ionic CLI : 3.2.0
local packages:
@ionic/cli-plugin-ionic1 : 1.2.0
Ionic Framework : ionic1 1.3.3
System:
Node : v6.10.3
OS : Windows 10
Xcode : not installed
ios-deploy : not installed
ios-sim : not installed
)

Please help me run ionic Serve lab gaian. Need it urgently.

Nvm, I got the solution,
the ionic commandline is errornously pointing “http://0.0.0.0:8100” as the url where as it should point to “http://localhost:8100/ionic-lab

till the developers fix it, I will just hardcode it on the browser :slight_smile: