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