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.