Hi, I am trying to deploy the `linkedin/datahub-fr...
# troubleshoot
f
Hi, I am trying to deploy the
linkedin/datahub-frontend-react
locally, that connects to a
datahub-gms
I have in another machine (in AWS). The
GMS
seems to work fine and has data, but the
frontend
is giving me the following error just when opening it:
Copy code
Request URL: <http://localhost:9002/api/v2/graphql>
Request Method: POST
Status Code: 503 Service Unavailable
Remote Address: [::1]:9002
There is no extra info at all in the logs. If anyone has seen anything like this or has an idea I'd appreciate some help thanks
I had to build and run from source (not entirely straightforward).. and discovered that if I remove all Request headers in the
Application
class when it sets up the
StandaloneWSRequest
instance it works.. So there is a Header (still dont know which) that is making it fail... I think at the load balancer
g
Hey @fresh-salesclerk-60575 - does this mean you have a path forward?
f
Hi @green-football-43791 I would prefer not to have to mess with the source code.. but I guess I can create a workaround for the time being,
g
Got it-- i also know this pr was just put up to increase the header capacity: https://github.com/datahub-project/datahub/pull/4435/files
Do you think this could help your issue?
f
Hi Gabe.. I don't think my problem is on the GMS server... I think it must be something between the Frontend and the Load balancer... as I think the request never even reached the server... I created a new frontend JAR for my deployment removing all the HTTP headers from the frontend application and that works for the time being