Skip to main content
nhung.ng
Participating Frequently
December 20, 2023
Question

ccEverywhere.terminate() does not exist; Can't get rid of "SDK already initialized"

  • December 20, 2023
  • 1 reply
  • 377 views

Hello,

I encountered the issue that "SDK already initialized". So I try to terminate the active ccEverywhere object by using terminate() function but it does not exist, you can check it in the image below.

I am importing SDk from: 'https://sdk.cc-embed.adobe.com/v3/CCEverywhere.js'


The questions are:
1. How can I use terminate() function?

2. If there's no terminated() function, how can I get rid of  "SDK already initialized" error?



 

 

1 reply

Participant
April 22, 2024

Hi,

Did you solve this problem?

nhung.ng
nhung.ngAuthor
Participating Frequently
April 22, 2024

Hi, 

Yes, but not by using terminate(). Instead, I tried to keep only 1 SDK instance at once.

Seems like there's no terminate() function in v3, and it's not documented anywhere but if you console the SDK instance out, you can see no terminate().