404 / webpack
Hi,
First, thanks for sharing this repository.
After installation process i get this on view : GEThttp://localhost:3000/packs/js/block_editor/application-4d1abac2746ea1e573e6.js
Is there an issue with webpack or something ?
i had to do rails block_editor:webpacker:compile cause i had the error : Webpacker::Manifest::MissingEntryError
Thanks
It was not clear. I mean i have a 404 getting ".../packs/js/block_editor/application-xxxxxxxxxx.js" showing in browser console. When i add the block editor Javascript and styles within HEAD tag
Usually 404 error or MissingEntryError is caused by having not run rails block_editor:webpacker:compile.
If you can you share a minimal example app that is experiencing the issue then I'll look into this further
I did it cause i had the :MissingEntryError message.
I'll try to make an app asap.
Thx