After upgrading my fresh 2 project to the lastest fresh on my VPS client side js/Preact stopped working. The error persist on default counter project as well. I have tried dev and builds and it persists.
Error: Uncaught ReferenceError: o is not defined <anonymous> Preact devtools.module.js:7:3
My nginx conf server { listen 443 ssl http2; listen [::]:443 ssl http2; server_name fresh.abcdefg.org;