Expand my Community achievements bar.

SOLVED

IO Runtime local Setup Issues

Avatar

Level 2

 

I am trying to set up the IO runtime dev environment locally. Directions here state that I need to setup a ".wskprops"
file with following details :

AUTH=<Your UUID>
APIHOST=adobeioruntime.net
NAMESPACE=<Your namespace>

What should be Auth variable set to ?

 

I understand that this is basic authentication string.

Should this be "CLIENT ID:CLIENT SECRET" ?

I have tried that and when I try to verify "wsk list". Keep getting this :

error: Unable to obtain the list of entities for namespace 'default': The supplied authentication is invalid

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Employee

Hello Abhinav,

 

Did you create a Runtime namespace in the Developer Console - https://console.adobe.io ? If yes, then from the Console project overview page you can download the project configuration file and you will find the credential needed.

 

Cheers,

Mihai

View solution in original post

5 Replies

Avatar

Correct answer by
Employee

Hello Abhinav,

 

Did you create a Runtime namespace in the Developer Console - https://console.adobe.io ? If yes, then from the Console project overview page you can download the project configuration file and you will find the credential needed.

 

Cheers,

Mihai

Avatar

Level 2

I did create a namespace and was able to download the config file.

 

Updated the ".wskprops" as shown in the attached screenshot. But still, continue to get the same error

 

Abhinav_m_0-1590085588574.png

 

Avatar

Employee
You either left some spaces or some other chars between "AUTH=" and the hash or you didn't copy the right value. Or, your wskprops is not in the right folder. Are you on a Windows machine?

Avatar

Level 1

Hi @Mihai_Corlan 

I'm unable to run AIO Runtime Project on my Local Windows Machine.

I tried set up the IO runtime dev environment locally. Using this Directions https://adobedocs.github.io/adobeio-runtime/tools/wsk_install.html

and I also setup .wskprops file but its not working in Windows machine. 

Can you please explain me how its work on windows machine.

Avatar

Level 2
You were right, value for Auth was not correct. Fixed it, and was able to connect. Thanks for your help !!