Got error 403 while pushing to CF based cloud.
Hi,
I created a small project containing a war file and a manifest.yml.
I set the cloud and manage url.
When I click on Launch I always got the error 403 "Forbidden".
I received only once the popup asking my credentials. I guess JazzHub store somewhere these credentials or the access_token.
I deleted all cookies and cache, restart the browser but still getting this error while pushing on "Launch".
Any clue?
Many Thanks
Dominique
I created a small project containing a war file and a manifest.yml.
I set the cloud and manage url.
When I click on Launch I always got the error 403 "Forbidden".
I received only once the popup asking my credentials. I guess JazzHub store somewhere these credentials or the access_token.
I deleted all cookies and cache, restart the browser but still getting this error while pushing on "Launch".
Any clue?
Many Thanks
Dominique
2 answers
Hi Dominique,
If you want to try to re-enter your credentials, choose Activities > Shell. Then type cf logout. You can login by typing cf login. You can then type cf info to see all of the information about where you're connected. You should see the following:
IBM BlueMix
target: https://api.ng.bluemix.net
version: 2
support: http://ibm.com
user: your IBM username
If you try that and you're still having trouble pushing, let us know.
If you want to try to re-enter your credentials, choose Activities > Shell. Then type cf logout. You can login by typing cf login. You can then type cf info to see all of the information about where you're connected. You should see the following:
IBM BlueMix
target: https://api.ng.bluemix.net
version: 2
support: http://ibm.com
user: your IBM username
If you try that and you're still having trouble pushing, let us know.