Replies: 2 comments 1 reply
-
That seems extremely odd, and shouldn't be happening based on the code you showed. Can you show an example project where this happens? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Had this same issue recently. Still yet to get it resolved as I am using multiple Api slices in my RTK setup |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a local backend running on localhost:8000, the api is fairly simple:
however when I'm calling
const { data } = localBackend.useScrapeImageQuery(artist.url)
it fails with 404 because the request is made to:With 5173 being the port of Vite where the app is running on. I tried all kind of localhost url variations without success, is there something I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions