2026年3月9日月曜日

ArcGIS Experence Builder Deploy bug 忘備録

ArcGIS Experence Builder Deploymentには、
node -e "require('./server/src/middlewares/dev/apps/app-download.js').zipApp('0', 'app.zip', 'my_client_id');"
と書かれているが、出力された app.zip の config.json は、正しくないまま出力されている。

deploy の番号 '0' に対して
server/public/apps/0/resources/config/config.json
を、以下の場所にコピーしないと動作しない。
(cdn/3/ は、自動でインクリメントされる番号)
app/cdn/3/resources/config/config.json

0 件のコメント: