Since 2-3 weeks web add-ins disappear in Excel, PowerPoint and Word, although the add-in code hasn't changed at all. If I open the console via "Attach debugger" then I see the log from the add-in, as if everything were normal. Its code gets fully executed, but the opened taskpane stays empty, also without context menu.
Your Environment
- Platform: PC desktop
- Host: Microsoft® Word for Microsoft 365 MSO (Version 2601 Build 16.0.19628.20204) 64-bit
- Operating System: Windows 11
- WebView2 runtime: 144.0.3719.115
Provide additional details
Two workarounds help restoring the add-in's taskpane:
a) Close the Office applications, then delete "%LOCALAPPDATA%/Microsoft/Office/16.0/Wef" and then restart Office.
b) Terminate the "msedgewebview2.exe" instance, that is shared between all Office applications, via task manager. The instance is auto restarted and immediately also shows our add-in. No restart of the Office application required.
Useful logs
No Javascript or network errors in the console at all.
Since 2-3 weeks web add-ins disappear in Excel, PowerPoint and Word, although the add-in code hasn't changed at all. If I open the console via "Attach debugger" then I see the log from the add-in, as if everything were normal. Its code gets fully executed, but the opened taskpane stays empty, also without context menu.
Your Environment
Provide additional details
Two workarounds help restoring the add-in's taskpane:
a) Close the Office applications, then delete "%LOCALAPPDATA%/Microsoft/Office/16.0/Wef" and then restart Office.
b) Terminate the "msedgewebview2.exe" instance, that is shared between all Office applications, via task manager. The instance is auto restarted and immediately also shows our add-in. No restart of the Office application required.
Useful logs
No Javascript or network errors in the console at all.