Why am I getting an error for the logo URL in the app.json file?

markjinxmarkjinx Member Posts: 3
Has anyone had problems with the logo url in the app.json file? When I try to package my extension, I get "error AL1001: Source file 'https://...' could not be found". All my other urls have no problem and are in the same location so I am perplexed as to why it cannot find this one image file. Any ideas would be appreciated.

Answers

  • larshaedersdallarshaedersdal Member Posts: 12
    Download the logo and put it in the extension folder. I have in a media folder
    "logo": "media/logo.png",
    
Sign In or Register to comment.