Error in dash-multi-page-app-demos

If I use an older version of dill I get an error in my console. But does that mean the cache can be used normally?

When I was testing it, I believe that I was getting responses from the cache.

You can test by seeing how quick the site responds vs. when it is potentially loading from the cache.

I’m not good at English.
sorry.
Does that mean I don’t have to worry about errors if I put in an older version of dill?

As far as I can tell, you dont need to worry about the errors printing to the console. The functionality is still there.

I understand what you mean! !
Thank you for your continuous support.

Also, bringing all the callbacks into the app.py seems to work.

1 Like

Thank you for your kindness.

I was struggling with this also and this seemed to work. I was also able to move it to an external file and import the callback from that file into app.py. I was getting the same error when the callback lived in the “page” python file.

1 Like