Testing signedURL app locally fails with ZCLI
2023년 4월 28일에 게시됨
I am trying to test a local version of my app in Zendesk with zcli apps:server, however my request with signed URL
Request URL:
https://{myDomain}.zendesk.com/apps/installations/{installationsId}/iframe_redirect?location=nav_bar&product_name=support&origin=https%3A%2F%2F{myDomain}.zendesk.com&app_guid={appGuid}
returns an error:
returns an error:
Invalid parameter: id must be an integer
I think this is due to the fact that the installationsId is actually not the installationsId but some other string ID. But I don't understand how to set which ID is used when Zendesk makes this request with a local app? It works fine with the uploaded apps.
0
6
댓글 6개
로그인하세요.