I am trying to create an application using the cockpit scaffold with the latest c8ycli version: 1018.0.205
I have been following the tutorial for extending existing applications and have been able to build the application; however, when I try to access the application via localhost:9000, the application displays a login and authentication page that does not accept my Cumulocity credentials.
I then tried to implement the changes from the next tutorial to remove the login page and authentication, but I keep getting the same error in my console:
You are using npm start -u https://<URLtoYourTenant> right? -u is the important flag that needs to be provided.
Otherwise it will point to demo.cumulocity.com which will not work.