Recent searches


No recent searches

zat validate and package error



Posted Sep 08, 2021

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。


0

3

3 comments

image avatar

Chris Sos

Zendesk Product Manager

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

0


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"
}

0


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.

0


Please sign in to leave a comment.

Didn't find what you're looking for?

New post