Hi all! I've been trying to change the UI and I've...
# troubleshoot
c
Hi all! I've been trying to change the UI and I've been coming up an error. Here was my process: To compile the changes I made
./gradlew :datahub-frontend:dist -x yarnTest -x yarnLint
To create the image
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker build -t linkedin/datahub-frontend-react:debug -f docker/datahub-frontend/Dockerfile .
Build and start datahub
datahub docker quickstart --build-locally
Replacing and running the local changes
(cd docker && COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose -p datahub -f docker-compose-without-neo4j.yml -f docker-compose-without-neo4j.override.yml -f docker-compose.dev.yml up -d --no-deps --force-recreate datahub-frontend-react)
I did it in this order and at the log in screen it was fine but after that, I received error messages like these: Validation error of type InvalidFragmentType Failed to Complete Search Any help would be appreciated, and let me know if my process for updating the source code is wrong, as I'm pretty inexperienced with development on containers, thanks!