You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugging locally with ?zcli_apps=true should be possible with proxy server.
Reality
When debugging locally and trying to call google authenitcation api call for example I get proxy errors and a code of 422.
It works in production, but doesn't work locally with "?zcli_apps=true"
Proxy error: {:code=>"UnprocessableEntity", :status=>"422", :title=>"Unprocessable Entity", :message=>"Failed to get installation and oauth information for app."}
Steps to Reproduce
Run Zendesk app locally with local zcli.apps.config.json that has setting.apiKey & setting.email & setting.password and calling proxy server.
Expectations
Debugging locally with
?zcli_apps=true
should be possible with proxy server.Reality
When debugging locally and trying to call google authenitcation api call for example I get proxy errors and a code of 422.
It works in production, but doesn't work locally with "?zcli_apps=true"
Steps to Reproduce
zcli.apps.config.json
that hassetting.apiKey
&setting.email
&setting.password
and calling proxy server.Issue details
running this code fails with proxy server:
Also, I tried adding "https://joindaisy.zendesk.com/" as an allowed domain in firebase.
zendesk:build
The text was updated successfully, but these errors were encountered: