These days some website try everything to block the usage of DevTools on their pages. An alternative to atleast still sniff the happening HTTPS traffic is the usage of Wireshark.
- Start Chrome
I) Close all running Chrome instances II) $ & <chrome_app> [-incognito] --ssl-key-log-file=<path/to/file>.log
- Setup Wireshark
I) 'Edit' --> 'Preferences...' --> 'Protocols' --> 'TLS' or 'SSL' II) '(Pre)-Master-Secret log filename': <path/to/file>.log
- Start sniffing
I) Select the used network interface II) Start capturing (with a filter, e.g. http or http2)
- Browse the website