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 replacingcmd
withpowershell
. - 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 pasting
and pressEnter
to run the command.Info
The commandallow pasting
makes it possible to paste content into the console. This is why you need to type the command manually instead of copying and pasting it. - 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.