NEED HELP : Not able to upload react app on zendesk | Community
Skip to main content

NEED HELP : Not able to upload react app on zendesk

  • March 9, 2026
  • 0 replies
  • 0 views

Mohit12

NEED HELP

I tried uploading react app on zendesk but getting error

 

manifest.json:

{

  "name": "Customer App React",

  "author": {

    "name": "Mohit",

    "email": "myemail@google.com"

  },

  "defaultLocale": "en",

  "private": true,

  "location": {

    "support": {

      "ticket_sidebar": {

        "url": "http://localhost:3000/",

        "flexible": true

      }

    }

  },

  "version": "1.0",

  "frameworkVersion": "2.0"

}


I first run this command : npm run build
This created one folder dist which have only one folder by the name assets

Afterwards I run this command : zcli apps:create ./dist

Then got this error : Error: Invalid app path: ./dist