The error was due to Angular SSR being enabled. To fix it, I disabled SSR by removing "server": "src/main.server.ts" and changing the outputMode to "outputMode": "static" from angular.json.