Closed wslulciuc closed 4 years ago
I've reviewed this PR with the generic seed data and it works great.
This didn't fix my blank UI issue with my data, but mine seems to have a different root cause than what @wslulciuc experienced. For now, I'm assuming mine is user error or malformed data on my part.
This didn't fix my blank UI issue with my data, but mine seems to have a different root cause than what @wslulciuc experienced. For now, I'm assuming mine is user error or malformed data on my part.
@jharris126 It's possible that you may have cached image layers that are stale locallly. From the project root of marquez-web
, I'd recommend trying:
$ docker-compose build --no-cache
$ docker-compose up -V --force-recreate
Hope this helps! But, if the issue is related to your data, this might be an edge case we haven't yet seen and it'd be great to dive deeper into the issue.
This PR adds
docker/up.sh
that will:Usage
Fixes #84