I am trying to run an application in my localhost but for some bizarre reason, after I run npm start
from my terminal and then click the link http://localhost:9000/apps/[app-name]/
, the browser takes me to the application running on my Cumulocity tenant and not the actual localhost.
The URL that is rendered in the browser is that of the latest application hosted on the tenant. I tried copying the above link into the address bar, but the application seems to just load indefinitely. I only started to have this problem as of today.
However, when I posted the link into my Edge browser’s address bar, the application renders and runs just fine.