-
Hello there, I have this problem where when I do a The API accepts only Is there something I'm missing on how Remix handles external requests inside loaders? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you could share more code on how you do it that would be helpful. Remix doesn't affect the way you use |
Beta Was this translation helpful? Give feedback.
-
Hello @sergiodxa, Thanks so much for your response! It really boosted my confidence and helped me realize that the error might be from the API itself. Turns out, you were right—the API was redirecting my fetch from a Thanks a ton! |
Beta Was this translation helpful? Give feedback.
If you could share more code on how you do it that would be helpful. Remix doesn't affect the way you use
fetch
in your app, so there may be something else happening.