Hi, I'm running a Volto 17.15.6 site with no addons in production deployed with pm2. I get the following error in the browser:
Sorry, something went wrong with your request
Converting circular structure to JSON --> starting at object with constructor 'Object' --- property 'issuerCertificate' closes the circle
I get not messages in the nginx error log but the access file has:
"GET / HTTP/1.1" 500 584 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
"GET /favicon.ico HTTP/1.1" 200 15086 "https://webtide.co.za/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
"GET /renderer.js.map HTTP/1.1" 500 584 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
"GET /installHook.js.map HTTP/1.1" 500 584 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0"
Have anyone seen this before? And where would I find the node log file?