'How to see Next.js context in DevTools?

I try console.log() Next.js context from getServerSideProps function, but it's work only in terminal. This is very inconvenient and I see it in devTools but get various errors when I am affected or converted to JSON:

enter image description here

How i can see context in DevTools?



Solution 1:[1]

The getServerSideProps function runs on the server side so it doesn't have access to browser.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Shahryar_Jahanshahloo