You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: Missing staticfiles manifest entry for 'img/browser-logos/comodo dragon/comodo dragon_64x64.png'
(34 additional frame(s) were not displayed)
...
File "django/templatetags/static.py", line 113, in url
return self.handle_simple(path)
File "django/templatetags/static.py", line 129, in handle_simple
return staticfiles_storage.url(path)
File "django/contrib/staticfiles/storage.py", line 203, in url
return self._url(self.stored_name, name, force)
File "django/contrib/staticfiles/storage.py", line 182, in _url
hashed_name = hashed_name_func(*args)
File "django/contrib/staticfiles/storage.py", line 516, in stored_name
raise ValueError(
The text was updated successfully, but these errors were encountered:
@DonnieBLT I searched through the static files and could not find an image that matches the one mentioned in the error.
Can you please tell how can I resolve this problem?
Sentry Issue: BLT-DJANGO-QP
The text was updated successfully, but these errors were encountered: