When I try to deploy a locally developed MobileFirst app to MobileFirst container on Bluemix
via MobileFirst CLI, I keep getting below error:
Couldn't connect to server BluemixServer
at http://x.x.x.x:9080.
failed to retrieve runtime information: Unexpected token E: HTTP 404 - Not Found
Here's what I'm passing as parameters:
Enter name of new server definition: BluemixServer
Enter the fully qualified URL of this server: http://...:9080 (Bluemix public URL of MFP server container)
Enter the MFP admin login id: admin
Enter the MFP admin password: *****
Save admin password for this server?: Yes
Enter the context root of the MobileFirst administration services: MobileFirstStarter
I think problem is with "parameter 1" above: I tried passing it as both BluemixServer
as well as the IBM container name for MobileFirst
image that I created but it fails with same error in both cases.
Any thoughts?