Error while running the first App Builder project | Community
Skip to main content
Level 2
November 18, 2020

Error while running the first App Builder project

  • November 18, 2020
  • 2 replies
  • 6379 views

Hello,

 

I am trying to run a App Builder project with the following command:

aio app run

 

However, I am getting this error in the terminal:

OpenWhiskError: Unknown Error From API: self signed certificate in certificate chain

 

Please let me know what's wrong.

 

Regards,

Saif

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Adobe Employee
November 18, 2020

Hi @saif-1 - are you following the guidance to write your first App Builder? https://github.com/AdobeDocs/project-firefly/blob/master/getting_started/first_app.md

Does the error disappear if you terminate the current run command and start a new one?

For future questions regarding App Builder, feel free to post directly in the App BuilderForum: https://experienceleaguecommunities.adobe.com/t5/project-firefly/ct-p/project-firefly

Saif-1Author
Level 2
November 18, 2020

@duynguyen_adobe I followed the guidance and the error is still there even if I terminate the current run command and start a new one.

Adobe Employee
November 18, 2020

@saif-1 - could you share the output of this command `aio info` ?

Saif-1Author
Level 2
November 29, 2021

Hi,

 

I was never able to find the cause of this issue. But I would like to point out that after trying it again now, I am getting a different error. It says "Error: Unknown Error From API: unable to get local issuer certificate".

 

I would love to have some answers here so that I can start exploring App Builder.

 

Regards,

Saif

Adobe Employee
November 29, 2021

@saif-1 - based on the previous conversation, it seemed that your connection is blocked by a firewall.

Similar report at https://github.com/adobe/aio-cli/issues/222

Did you have a chance to work with your IT department on how to overcome it?

Saif-1Author
Level 2
December 10, 2021

Endpoints for updating Runtime actions are:

adobeioruntime.net 

*.adobeioruntime.net 

If you project has a UI, it will need to upload static files to our CDN. The upload URL can be dynamic based on the backend system so I can not confirm it. Currently it's uploaded to AWS S3.


As per the IT team, api.amplitude.com is blocked on the network by them. Is "aio app run" command dependent on it? If yes then they can unblock it.