Continuous request of /json and /json/version

Hi,

I just wanted to know why when doing ionic serve, it sends a GET method to the server with /json and /json/version/ url? I noticed it when I am about to test again.

Tried reinstalling and downgrading the version but still the problem is there.

I’m using,
Django 1.11 (rest framework)
DjangoJWT 3.7.1
Ionic 3.16

Thanks.

It is from chrome://inspect which is sending the request.

I’m trying to view the console log from Ionic DevApp using chrome inspect and I tried putting the address thinking it would work just like the emulate command and that cause the continuous request for /json and /json/version.

Thanks.