Dashtable filters don't work on production server with gunicorn

Hi

My Dashtable filters work great when i run the app on local server using " python app.py ".

but when i run the app on production server using:

" sudo gunicorn --bind 0.0.0.0:8000 wsgi:app.server "

the table filter stops working and filters nothing. I have changed all my table rows to strings so filter can find everything.

can anyone help please

thanks