I am a Zivver admin
Configure and manage Zivver
Enable troubleshooting in the new Outlook
Introduction
By default, troubleshooting data for the Zivver add-in in the new Outlook is not collected. To generate and share this information with our support team, you first need to enable troubleshooting. The steps below explain how to do this.
Procedure
- Make sure all windows of the new Outlook are closed.
- Open the Command Prompt on Windows (press
Win + R, typecmd, then pressEnter).
Alternatively, open PowerShell by replacingcmdwithpowershell. - Run the command
olk.exe -devtools. This will open the new Outlook with browser developer tools available. - Click the Console tab in the developer tools.
- Type
allow pastingand pressEnterto run the command.Info
The commandallow pastingmakes it possible to paste content into the console. For this reason, the command must be typed manually instead of being copied and pasted. - Paste
window.location.href="https://owa-v6.zivver.com/troubleshoot/enable".
This will open a browser window with “Thank you, you have enabled troubleshooting” and successfully add the troubleshooting cookie to “https://outlook.office.com”. - Close the window. If the window doesn’t have a close button, paste
window.history.back()in the console. - Compose a new message. The logs will now appear in the Console.