modoboa/modoboa-contacts

django-webpack-loader breaking changes

lefta opened this issue · 0 comments

lefta commented

After a fresh installation of modoboa-contacts, the contacts page crashes with expected string or bytes-like object in webpack_loader.

django-webpack-loader broke its output file format in 1.0.0 making any up to date dependency installation broken. A quick solution would be to lock the requirement to 0.7.0.


In case anybody hits this bug, django-webpack-loader can be downgraded as a workaround :

pip uninstall django-webpack-loader
pip install -I django-webpack-loader==0.7.0