Hello
I'm trying to create a new Zendesk app using the React scaffold. I followed the steps in this guide:
https://developer.zendesk.com/documentation/apps/getting-started/using-zcli
Without making any changes to the app code, I try to upload the app to my account with the create command and get the following error
> zcli apps:create src
Uploading app... Uploaded
Deploying app... Failed
› Error: assets/iframe.html is either an invalid location URI, refers to a missing asset, or does not use HTTPS.
The same thing happens if I tro to package it to upload manually:
> zcli apps:package src
› Error: Error: assets/iframe.html is either an invalid location URI, refers to a missing asset, or does not use HTTPS.
I'm using environment variables to authenticate with my account.