Querying external api in trpc router not working

Jjosh-dev6275/12/2023
Hi guys! So I'm trying to query an api endpoint that I created through a separate node server inside my trpc router, I'm fetching it using axios but it does not work at the moment. I can't seem to figure out why.
Nnlucas5/12/2023
Can you share any more information/code?