Quantcast
Viewing all articles
Browse latest Browse all 24

Possible fix for Error 404 when logging into Bluemix via cf

In the following Node.js Tutorial provided on the IBM Bluemix Cloud environment, you get asked to log in to Bluemix via cf (Cloud Foundry Command Line Interface) using the following command:

cf login -a https://api.mybluemix.net -o <your org name> -s <your space name>

For some reason, I kept getting the following error:

Image may be NSFW.
Clik here to view.
bluemix2

It seems the Endpoint URL changed, but even then, the above command didn’t work after using the new Endpoint URL. After some troubleshooting I finally managed to log in by doing the following:

  • In Terminal, enter cf login
  • API Endpoint = https://api.ng.bluemix.net
  • Provide Email and Password.

Image may be NSFW.
Clik here to view.
bluemix1

I hope this helps

Cheers
John

 

The post Possible fix for Error 404 when logging into Bluemix via cf appeared first on Johnno's Workbench.


Viewing all articles
Browse latest Browse all 24

Trending Articles