My issue involves certain modules that only authorized users can access, and since I rely on SSR for SEO purposes, there is no need for them to be prerendered.
The problem lies in how to render these modules because the node server is unauthorized, and thanks to TransferHttpCacheModule, the browser is not making API calls again.
I am using the most recent version of Angular, utilizing Lazy Modules, and have followed the Universal tutorial from the official website.
If anyone has suggestions on how to resolve this and get it working correctly, I would greatly appreciate the help!