thoughtworks / metrik

An easy-to-use, cross-platform measurement tool that pulls data out of CD pipelines and analysis the four key metrics for you.
MIT License
354 stars 87 forks source link

Fix synchronization progress in production mode #135

Closed razubuddy closed 1 year ago

razubuddy commented 1 year ago

When running application from docker image, synchronization progress bar do not work. I've tried to set it up in nginx configuration, but ended up returning custom header from /api/project/{projectId}/sse-sync endpoint.

wildan3105 commented 1 year ago

I second this. Have tried to use this changes, build the docker image from the latest code and it fixed the issue of the missing synchronization progress bar.