So I upgraded wagtail on my production server, and for some reason jquery on my production server is 3.2.1
But on my local server it's as needed 3.5.1
Ran collectstatic
, collectstatic --clear
, cleared the cache, reinstalled wagtail, nothing worked...
How can I fix that?
Thanks to @gasman, I didn't check the actual version of Wagtail. I realized that Wagtail on production server was in a different virtual environment than the ones I checked.