I encountered some issues during the CCP initialization process. #741
Unanswered
HuangYanyuc
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
loginPopup: true, loginPopupAutoClose: true, loginOptions: { autoClose: true, height: 600, width: 400, top: 0, left: 0, },
The above is my configuration, but now the problem is that during the initialization process, a login validation dialog pops up. After logging in, according to the configuration, the dialog should close, and the iframe window should be displayed within the container I provided. However, the issue now is that after successful login, the validation dialog does not close, and the iframe within the container is experiencing polling requests without embedding correctly
Beta Was this translation helpful? Give feedback.
All reactions