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
We should probably not be raising 500s for missing assets (as is currently the case when a file can't be found in the static manifest).
Two possible solutions are 1) to catch the error in the storage backends url() method or 2) to create a custom {% static %} template tag and catch the errors in that. (Logging the error in either case.)
The text was updated successfully, but these errors were encountered:
We should probably not be raising 500s for missing assets (as is currently the case when a file can't be found in the static manifest).
Two possible solutions are 1) to catch the error in the storage backends
url()
method or 2) to create a custom{% static %}
template tag and catch the errors in that. (Logging the error in either case.)The text was updated successfully, but these errors were encountered: