How to collect Console logs and HAR?
Collecting logs on Windows
To collect logs, please kindly use Developer tools of your browser.
You can open Development tools using F12 or from three dots in the top right corner of your browser → More tools → Developer tools.
Please open Console tab, make sure that errors are collected (from Default levels select (info, warnings, errors))
Please clear everything by clicking on Clear console icon
Open application page where you get issue and try to reproduce it
And after reproducing the issue please right click in the middle (on any request) and select Save as.. option and download the file
Please open Network tab, please right click in the middle (on any request). After that please choose the last option (Save all with HAR with content) and save the file.
Collecting logs on Mac OS
Chrome
To collect logs, please kindly use tools of your browser.
You can open tools from the top menu → View → Developer → JavaScript Console.
Please open Console tab, make sure that errors are collected (from Default levels select (info, warnings, errors))
Please clear everything by clicking on Clear console icon
Open application page where you get issue and try to reproduce it
And after reproducing the issue please right click in the middle (on any request) and select Save as.. option and download the file
Please open Network tab, please right click in the middle (on any request). After that please choose the last option (Save all with HAR with content) and save the file.
Safari
To collect logs, please kindly use tools of your browser.
You can open tools from the top menu → Developer → Open JavaScript Console,
Please open Console tab
Open application page where you get issue and try to reproduce it
Select any line and right click on the empty space and click on Save Selected
Please open Network tab, please right click in the middle (on any request). After that please choose the last option (Export HAR) and save the file