We’ve just upgraded to version 20.10.1 with a pretty vanilla docker setup of sentry on-premise.
I just noticed however that some of the static files are missing.
I get 404 from
/_static/1603878182/sentry/js/ads.js
/_static/1603878182/sentry/images/favicon.png
/_static/1603878182/sentry/images/logos/apple-touch-icon-152x152.png
Searching the container I find the dist-directory at /usr/local/lib/python2.7/site-packages/sentry/static/sentry/dist
but none of the files listed above.
Has anyone experience the same issue? Have I encountered a bug with the 20.10.1 release? What could have gone wrong?