79297861

Date: 2024-12-20 16:39:23
Score: 5
Natty:
Report link

i have same problem when upgrade to v19. I realized that the problem was because I was making my API calls like this. http.get("api/apiadress") I'm using a middleware (http-proxy-middleware) in the server.ts file and prerender was working without any problems in v18.

When I updated to v19 I now noticed that API calls start with address "ng-localhost". The problem was solved when starts with http://localhost or http://127.0.0.1 to API calls.

Reasons:
  • Blacklisted phrase (1): i have same problem
  • No code block (0.5):
  • Me too answer (2.5): i have same problem
  • Low reputation (1):
Posted by: ekonovich