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
As of Django 4.0, Manifest storage searches for map files if they are referenced in the minified file.
Running collect static with Django 4.2.1 I get the following error: ValueError: The file 'passkeys/js/bootstrap-toggle.min.js.map' could not be found with <django.contrib.staticfiles.storage.ManifestStaticFilesStorage object at 0x7f4a1e289650>.
Can this map file either be included, or the reference to the map file removed from the bottom of the minified file?
The text was updated successfully, but these errors were encountered:
As of Django 4.0, Manifest storage searches for map files if they are referenced in the minified file.
Running collect static with Django 4.2.1 I get the following error:
ValueError: The file 'passkeys/js/bootstrap-toggle.min.js.map' could not be found with <django.contrib.staticfiles.storage.ManifestStaticFilesStorage object at 0x7f4a1e289650>.
Can this map file either be included, or the reference to the map file removed from the bottom of the minified file?
The text was updated successfully, but these errors were encountered: