-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customer profile is not loaded on page load #19
Comments
@jakubsikora sorry for pinging you, because the repo does not seem very active! |
Hi, thanks for letting us know. We'll definitely look at it, but in the meantime - Developer Console supports new application blocks which can make the process of bootstrapping app much faster and easier. Can you have a look at video below and try to reproduce your problem with that approach? You can look at the results and tell us if it matches your expectation. On the video I've created new sample app based on our fullstack-app template (NextJS), with authorization block and Agent App chat widget. Instead of hosting sample app locally I've used deployment block - it's currently in beta version hidden under "experimental features", but you can turn them on in your Console's profile settings easily. On the video it seems to work as you expected. Link to template: Implementation of hook dedicated for chat widget: Usage of page: |
Hey guys! |
Hi @wojciechdudek-livechat! |
Any Updates on this ?? @wojciechdudek-livechat |
Hi guys, still working on the solution. @SmirnovAlexander , @danishs360 - do you guys both use authorization block with redirection strategy in your app? |
@SmirnovAlexander, as livechat/accounts-sdk#13 is already resolved - can you confirm that upgrading accounts-sdk to v2.0.8 resolves your problem? |
@wojciechdudek-livechat thanks! It works now. |
Hey guys!
I am using an example of agent-app-sdk with the latest version of SDK (1.6.4) for retrieving the currently opened chat. It works when I change the current chat, but it does not load the current chat when I've just opened an app. So in order to set a customer profile agent have to click on some chat even when he has a chat opened.
To be precise, I have the following component:
I expect it to print customer profiles in 2 situations:
Here is the screencast of this in action:
agent-app-sdk-bug-showcase.mov
If you need some other info let me know!
Thanks.
The text was updated successfully, but these errors were encountered: