No locale meta information provided

So this was a version issue. I found this message popping at the top

Celery workers are referencing a different version of Sentry (9.1.2 vs 9.1.1)

And this command fixed the issue

docker-compose run --rm web upgrade
2 Likes