zat validate and package error | Community
Skip to main content

zat validate and package error

  • September 8, 2021
  • 3 replies
  • 0 views

I get this trouble for tows days almost crazy ...

oker@jujungdeMacBook-Pro demo01 % gem list execjs

*** LOCAL GEMS ***

execjs (2.8.1, 2.7.0)

====================================================

oker@jujungdeMacBook-Pro demo01 % ruby -rexecjs -e 'puts ExecJS.runtime; puts ExecJS::VERSION; puts ExecJS.runtime.name'

#<ExecJS::MiniRacerRuntime:0x00007fef048ccf08>

2.8.1

mini_racer (V8)

===========================================

but i can user 'zat server' or other commands. only validate,pacakge,update this three commands have trouble. please help me , thank you。

3 replies

Chris124
  • September 9, 2021

Hi Jujung,

Sorry to hear you're having issues validating the app. Could you detail what's in your manifest.json file? This may be the cause of the issues here.

Chris


  • Author
  • September 9, 2021

Hi Chris:

            Here you are, my manifest.json file like this, I create the project form “zat new” commond, even if I create a project nothing changed , validate and package also show provided error info before.

{
"name": "zendesk_micro_app",
"author": {
"name": "ok_support_team",
"email": "jiujiang.zheng@okg.com",
"url": ""
},
"defaultLocale": "en",
"private": true,
"location": {
"support": {
"ticket_sidebar": "assets/iframe.html",
"flexible": true
}
},
"version": "1.0",
"frameworkVersion": "2.0"
}

  • September 11, 2021

I would suggest that you can remove

"flexible": true

from location hash. Atleast that worked for me. And try to download and use a similar file which is given in the documentation. Hope this helps you.