Plotly-resampler - Not reloading graph data with each change to relayoutData

I recently implemented plotly-resampler into the dash app I am working on.

Locally, things work well but after deploying the application I get 204s with pretty much every change to the xaxis on the graph.

When running locally, the resampling happens with each zoom/pan/etc. which is great, but I’m stumped on why the deployed app gets the 204 “Failed to load response data: No data found for resource with given identifier”.

I have implemented the resampler similar to this example on the plotly-resampler github: plotly-resampler/examples/dash_apps/02_minimal_cache.py at main · predict-idlab/plotly-resampler (github.com)

Has anyone else ran into this problem before or have any suggestions? Anything helps!