I recently upgraded a Django app to current Django and Python versions, and updated my pip packages as well. Now I'm getting this error:
Django Version: 3.2.3
Exception Type: KeyError
Exception Value: 'assets'
Exception Location: /my/env1/lib/python3.8/site-packages/webpack_loader/loader.py, line 90, in get_bundle
Looking at the Exception Location, I see:
...and looking at assets
, confirms it has no key named assets
:
How do I fix this?
I'm using Django 3.0.10. Downgrading django-webpack-loader from 1.0.0 to 0.7.0 stopped the error.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With