I don't have any higher level NgIf on my main code ( app.component.html) that would cause a reload. I'm using transferstate so requests won't be called after SSR sets the answers of the public urls. I'm using isPlatFormBrowser for JS parts. I checked SSR on local and its not causing any errors.
But some of my pages are getting reloaded after ssr and one of them is just a static html css page without any logic in the ts file.
any idea on how to fix it?