0

So I upgraded wagtail on my production server, and for some reason jquery on my production server is 3.2.1 enter image description here

But on my local server it's as needed 3.5.1 enter image description here

Ran collectstatic, collectstatic --clear, cleared the cache, reinstalled wagtail, nothing worked...

How can I fix that?

itekhi
  • 151
  • 1
  • 11
  • 1
    Are you sure your production server is running Wagtail 2.11? What does the version number at the bottom of the Settings menu say? – gasman Nov 05 '20 at 09:13
  • @gasman, of course... Didn't check that because couldn't open settings menu... Checked it in DevTools, 2.9.3... I was sure it was 2.11 because Pipenv and Pip showed 2.11. Can you please answer the question so I mark it solved? – itekhi Nov 05 '20 at 14:46

1 Answers1

0

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.

itekhi
  • 151
  • 1
  • 11