API Connect on Bluemix Developer Access - ibm-cloud

I have added API Connect as a service on Bluemix. I am getting a message that states "Looks like you don't have developer access in this Bluemix space." How do I fix this so that I can move on?

The cause of this issue is when you provisioned API Connect from the catalog, it was most likely provisioned using the old UI. After it's provisioned API Connect forwards the user to the new UI and info about the ORG/Space is lost during this transition. As others have mentioned the work around is to simply log into the new UI experience and change the org / space to the same org / space where APIC was provisioned. For all new provisions of API Connect, you should be provisioning with the new Bluemix UI experience.

Click on "CREATE" -> you will redirect to new experience UI --> click on login on bottom of the page -> click on CREATE again.

Just had the same issue. It turned out that after clicking on the API Connect service the org and space changed. From the page saying "Looks like you don't have developer access in this Bluemix space" simply click on the icon on top right and change the org / space to the correct ones (the ones containing the service instance).
I did it just once and now every time I try to access again the correct space is loaded.

Related

Azure Logic Apps - Failed with error: 'The browser is closed.'. Please sign in again

I have created an Azure Logic App in the Azure portal and successfully added several steps. I add the Azure DevOps List Iterations step and click the sign-in button. A popup prompts me to sign-in and then closes and I am left with the follow error in the Logic Apps designer:
Failed with error: 'The browser is closed.'. Please sign in again.
I have am recreating a workflow that I originally created using Microsoft Power Automate (Flow) so I know that my credentials should work.
Now when I hit the sign-in again I do not get the option to re-enter any credentials nor change accounts.
What fixed it for me was allowing 3rd party cookies:
In your browser settings, make sure that you allow all cookies (including 3rd party cookies: a lot of Microsoft webapps depend on that),
Refresh the Logic App page (might not be required, but it doesn't hurt),
Add a new connection and sign in.
You can then block 3rd party cookies again after this if you wish.
for me change browser from Chrome to MS Edge beta helped
For this problem, please check the resource group which your logic app belongs to. When you click the "Sign in" first time, it will generate a "API Connection" in the same resource group of you logic app. Its name should be like "visualstudioteamservices" (shown as below screenshot).
Please delete this api connection and then wait a few minutes(because there may be a delay in deleting operation). Then go back to your logic app and delete the DevOps List Iterations action, then create the DevOps List Iterations action again it will ask you for the sign in credential.
By the way, if your browser remember the last credential, it may still have some problem. Please delete the api connection and change to another browser to have a try.
Open an incognito/private window in your browser, then attempt to create the connection.
Just had the exact same issue, thought it had to do with my subscription being free trial.
But it logged in perfectly once I switched from Safari to Chrome (on a MacOS 11.2).
I had the same problem using Firefox to create a Logic App, solved by turning off Enhanced Tracking Protection for portal.azure.com

Lost node-red userid and password

I've done something dumb... forgotten the userid and password I set for my node-red application in Bluemix. The doc says you set the userid/password through environment variables which you access through runtime on the bluemix console.
I can't seem to get any response from tapping "Runtime" in the sidebar and I can't find any other way to get to the environment variables. Any ideas please?
Thanks
In the IBM Cloud (former Bluemix) dashboard (https://console.bluemix.net) you first need to find your Node Red app. This is under "Cloud Foundry Apps". Then you click on the entry of your Node Red app and it opens a screen with the app details. On the left should be a navigation panel. Locate "Runtime" and click on it to have the runtime information displayed. In the middle of the top screen you can click on "Environment variables". That should bring up a list of Node Red-specific variables, including the NODE_RED_PASSWORD.

IBM bluemix dashboard error

After login into bluemix dashboard, getting below error:
You don't have access to any organizations or spaces. Check that you have access to Cloud Foundry and at least one organization and space, and then try again. You can confirm you have the appropriate access with your account owner or administrator.
That error indicates you don’t have the correct access permissions for any organizations/spaces tied to your account.
You should be able to create a new org and space from your account page (depends on your plan), and subsequently, set the permissions.
If you think that you should have access to a particular org/space but are still getting that warning, I recommend opening up a support ticket so IBM Cloud support can have all the details related to your account to help resolve the issue.
This can sometimes happen when the interface is set to the wrong region or space - click on the "person" in the top right hand corner and check that the Account is correct. Then use the menu in the top left to choose the dashboard and along the top check that the region, org and space is set as you expect. Hope this helps!

IBM Bluemix failed to create API Management

I have a trial version of IBM Bluemix. I tried to create an API Management service instance. First, it shows a message Just a sec! We're still setting up a few things for you.... However, after a while, I got the following error message The service timed out while launching. Please try again.
Please try our new console
https://new-console.ng.bluemix.net/
in provisioning API Management tile. I was able to provision one without any issue and launch Developer console.
We are not aware of any ongoing issue as you can see on the Bluemix Status Page. I've just tried to create a new instance of API Management using both the Classic UI and the "New Experience" UI. I suggest you to try again, it should work.
If the problem persists I suggest you to open a support request using one of the following methods:
Use the Support Widget. It is available from the user avatar in the upper right corner of the main Bluemix UI. After opening the support widget panel, select Get Help > Get In Touch , select the type of assistance you need, and then fill out the support form.
Use the Support Site 'Get Help' form. This form is available on a separate site that is made available for ticket submission when you cannot log into Bluemix and access the Support Widget.  Go to http://ibm.biz/bluemixsupport and fill in the support request form.

Error message in Bluemix

I'm new to IBM Bluemix. I faced this error message 'BXNUI0515E: The attempt to retrieve the spaces in the org failed because of a network connection problem. Try again later.' Please Help me
Please double check if you have created a space in the current Region. This error often is received when you try to create an application or a service directly from the Catalog for the first time without creating a space.
1) Generally this issue is resolved creating application\service using the Bluemix catalog page directly: https://console.ng.bluemix.net/catalog/
2) you could use cf command line too:
create an application:
cf push your_app_name -b buildpack
create a service:
cf marketplace (shows Bluemix Catalog)
cf create-service service plan service_name
3) make sure that you have selected the correct organization\space in UI dashboard (this information is available from the user avatar in the upper right corner of the main Bluemix UI.)
4) if the issue is still there open a new ticket:
Use the Support Widget to open a ticket. It is available from the user avatar in the upper right corner of the main Bluemix UI. After opening the support widget panel, select Get Help > Get In Touch, select the type of assistance you need, and then fill out the support form.
Use the Support Site 'Get Help' form. This form is available on a separate site that is made available for ticket submission when you cannot log into Bluemix and access the Support Widget. Go to http://ibm.biz/bluemixsupport and fill in the support request form.