Hello team, I am trying to start `datahub-web-reac...
# ui
b
Hello team, I am trying to start
datahub-web-react
module standalone to debug frontend locally, I try with this command(
yarn start:mock
), I think this command would start the frontend with the mock data in
graphql-mock
directory and doesn't to start any other module(
datahub-frontend(actually web-server) & gms
) , but after open
localhost:3000
, I encounter the uri be redirected die loop like the screenshot, is there anyone has the same situation? BTW, seems there is no hot loader after starting, do I need to import kind of
craco-fast-refresh
manually? Thank you so much!
g
Hey @busy-sandwich-94034, we can look into this. In the meantime, I would recommend locally developing with just
yarn start
and running the rest of datahub
b
Thx for quick reply @green-football-43791, I would start others in docker firstly.
b
Yes!
b
But when I tried to start with docker/start.sh, the kafka broker container exit due to the following error, I didn't find any config need to change in doc, is there any idea, thank you.
f
Hi @busy-sandwich-94034 How did you solve this problem?