Hi,
I am struggling with uploading my zendesk app to my companies zendesk sandbox env. I have created my app by following the docs for “Using React in a Support app”. I am logged in to correct subdomain and have created a build. When I then type “zcli apps:create ./dist” from the root directory of my app, i am getting this error:
Upload failed with response: <html>
<head><title>400 Bad Request</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<hr><center>cloudflare</center>
</body>
</html>
Uploading app... Failed
› Error: Failed to upload app
When i try to run “zcli apps:validate ./dist”, i get this error:
zcli apps:validate ./dist
› Error: Error
I am also getting Error:Error when trying to “zcli apps:package ./dist”. It creates a zip file tho, inside dist/tmp. I have tried to upload the file manually to admin portal, but when searching after app_id inside this url, (Support: https://{subdomain}.zendesk.com/api/support/apps/installations.json), I can´t see my newly created app.
How do I make apps:create command to work?
I use zcli and node version 22.

