Recently, i've been receiving 400 errors from my reactJS service urls, but I don't receive them on my other microservices. Here is what I tried:
Looking into
express
to find out if 400 errors are coming from there, no success.Digging into react code, no 400 errors should be coming from there.
Looking into the chrome console.... but it has nothing.
It doesn't even look like i'm receiving any logs on my server so it's like it never hit, so no logs there.
My node version is 10.15.3 but all my other microservices are 10.13.0.
Why am I getting 400 errors from my react/express NextJS microservice?