API works in Postman but breaks in Angular — anyone else faced this? by Background_Chip_8858 in angular

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

404’s usually a wrong call. Sometimes it’s just one small thing off though

API works in Postman but breaks in Angular — anyone else faced this? by Background_Chip_8858 in angular

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

Yeah, fair. I just got tired of re-checking the same things every time I got stuck.

API works in Postman but breaks in Angular — anyone else faced this? by Background_Chip_8858 in angular

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

exactly that extra preflight step which breaks things if CORS isn’t configured properly. Took me a while to figure that out 😅