IamIconLiving
Explore posts from serversI have an actual data returned, but I get 404 spammed in the console
Actually this is related to the fact that my entire app is under dynamic [lang] directory for the internalization, so my app url is foo.com/en
If I move my up on the level up it works fine. How can I ensure this is not breaking with internalization?
7 replies
I have an actual data returned, but I get 404 spammed in the console
it actually seems to be related to this issue
https://github.com/trpc/trpc/issues/3081
In my codebase I was using
unstable_httpBatchStreamLink
and once I switched it to httpBatchLink
I got the same error as described in 3081 issue7 replies