- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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...