How to Configure proxy.config.json file with ssr server.ts file in angular version 17.3
my problem with ssr in angular version 17
iam using proxy.config.json to handle CORS error in app
but ssr server.ts file can’t deal with this proxy config in development and result for this all http request its response is html code instead of json response;