vintasoftware / django-react-boilerplate

Django 5, React, Bootstrap 5 with Python 3 and Webpack project boilerplate
MIT License
1.97k stars 479 forks source link

KeyError 'assets' #540

Closed ayvarchello closed 3 years ago

ayvarchello commented 3 years ago

Hi! I followed all README instructions, but it didn't work for me. I got error on the main page: Screenshot from 2021-05-16 00-56-25

How can i fix it?

fjsj commented 3 years ago

Hi @Necro-master , I just followed all README instructions and it worked just fine for me.

Could you please provide the following (generated by your project)?

fjsj commented 3 years ago

@Necro-master, please make sure you're using webpack-bundle-tracker@1.0.0 on your package.json. Check: https://github.com/django-webpack/django-webpack-loader#migrating-from-version--100

Closing the issue for now, LMK if you still see the issue so I reopen it.