Skip to main content
Participant
December 5, 2023

Unable to Initialize SDK After Terminate

  • December 5, 2023
  • 0 replies
  • 305 views

As the title states, after calling terminate(), I am unable to call initialize() again without throwing an SDK_ALREADY_INITIALIZED error.

 

I've created a minimal example here https://github.com/aelitneg/adobe-express-embed-sdk-bugs

 

Our workaround att he moment is to put the CCEverywhere instance into React context and persist it throughout route changes as we are using Webpack chunks.