
Balaji
-
合計アクティビティ13
-
前回のアクティビティ
-
メンバー登録日
-
フォロー0ユーザー
-
フォロワー0ユーザー
-
投票1
-
サブスクリプション1
アクティビティの概要
Balajiさんの最近のアクティビティ-
Balajiさんがコメントを作成しました:
Hi Eric, Will it be possible to setup a call? So that I can explain it in better way.
-
Balajiさんがコメントを作成しました:
The application I am running in my local now is our actual application which has login and logout functionality. Where first time I get app_guid automatically in URL but when I do logout and login ...
-
Balajiさんがコメントを作成しました:
Hi Eric, The screenshot given below if showing localhost URL for the application running on my local. This was the dummy application we created without login and logout functionality. We did not ...
-
Balajiさんがコメントを作成しました:
Hi Eric, By "logout/login" I am referring to logging out/in from our application and not Zendesk. The screenshot I put up there is a simple react application running in local. We have not deployed ...
-
Balajiさんがコメントを作成しました:
Hi Eric, If we pass app_guid while redirecting it is working fine now for the first time both before and after login. But when I logout and try to login again I am not getting app_guid again. Suppo...
-
Balajiさんがコメントを作成しました:
Hi Eric, We do not have any manifest file mentioning location. What we are doing currently is we are build a react application locally. So, let's say the application is running on http://localhost:...
-
Balajiさんがコメントを作成しました:
Hi Eric, This is pure client-side application created in react.
-
Balajiさんがコメントを作成しました:
Hi Eric, Please find attached link (Click Here for repo link) for sample app to reproduce this issue. For executing the app, please perform below steps in your local. - npm install - npm start
-
Balajiさんがコメントを作成しました:
Hi Eric, To further investigate the issue, we created a very simple react app just with 2 components in it. In first component we are calling ZAFClient.init method and getting client object as expe...
-
Balajiさんがコメントを作成しました:
Thank you Eric for the response we use window object to call, as when we load Zendesk SDK in our react typescript application, ZAFClient object was getting attached to window object. Also we tried ...