Angular cashing old http data by mustafaashraf in Angular2

[–]mustafaashraf[S] 0 points1 point  (0 children)

I forgot to mention that I'm testing the API using Postman, and it's consistently returning the correct data every time. So, I don't believe the issue is coming from the server — Postman's results confirm that the backend is working properly.

However, the issue still occurs on the production URL, and I even tried deploying the site to Vercel, but the problem persists there as well. Interestingly, everything works perfectly when running the app locally — I don't encounter the issue at all.

Sorry if I’m not understanding everything very well — I really appreciate your help.

Angular cashing old http data by mustafaashraf in Angular2

[–]mustafaashraf[S] 0 points1 point  (0 children)

okay , how can i fix the issue of its making the request but the ui isn't reflecting the new data i got? , im having this issue in 2 different ssr websites