Expand my Community achievements bar.

SOLVED

Actions in App Builder vs IO Runtime

Avatar

Level 3

We were playing with the IO Runtime before the App Builder enabled for our Organization.

We are using .wskprops for the IO Runtime config.

 

Now while using the App Builder, we can see some strange things.

If we use the 'wsk list' or 'aio runtime list', we can see couple of actions, packages, etc...

But, in the actions list, we were not able to find the actions which created for App Builder application.

Are these (IO Runtime and App Builder ) actions in different namespaces ?

If yes, how can I get the logs, activation list (empty response) for the App Builder actions?

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @eldhov19157560 - the two CLI wsk and aio use two different sources of truth for namespace credentials.

  • wsk relies on the .wskprops file in your home folder
  • aio relies on the .env file in your project folder.

Please make sure that those files have the correct credentials set up for your namespace.

More details at: https://github.com/AdobeDocs/project-firefly/blob/master/getting_started/first_app.md#5-anatomy-of-a...

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi @eldhov19157560 - the two CLI wsk and aio use two different sources of truth for namespace credentials.

  • wsk relies on the .wskprops file in your home folder
  • aio relies on the .env file in your project folder.

Please make sure that those files have the correct credentials set up for your namespace.

More details at: https://github.com/AdobeDocs/project-firefly/blob/master/getting_started/first_app.md#5-anatomy-of-a...