Bolt-cep not working on windows
Hi everyone,
I’ve created an Adobe Premiere Pro extension using bolt-cep and React. Everything works perfectly on macOS (ARM), but on Windows, I keep running into the following error :
"Uncaught TypeError: window.__adobe_cep__ is undefined"
It seems like the CEP environment is not being detected or injected correctly on Windows.I’m trying to open the extension via Premiere Pro > Window > Extensions (Legacy), but it's not working as well.
Does anyone know what might be causing this or how I could debug it further?
Thanks in advance!