Hi everyone,
I’ve been testing Flarum 2.0.x on my server and ran into several issues with the flarum/embed extension.
When I enable it, I get both backend and frontend errors that make the forum unusable.
🧩 Backend error (during asset compilation)
Less_Exception_Compiler: .transition is undefined
in vendor/flarum/embed/less/forum.less
It looks like the extension still references old mixins removed from the Flarum core in 2.x.
⚙️ Frontend (JavaScript) errors
Uncaught Error: No module found for core:forum/ForumApplication
TypeError: t.items.map is not a function
These appear as soon as the forum loads, and the discussion list fails to render.
It seems the extension is trying to access outdated module names or API structures from Flarum 1.x.
💡 Environment
- Flarum core 2.0.x (fresh install)
- PHP 8.2
- flarum/embed v2.0.0-beta.3
- All other official extensions updated to 2.x
🧠 My question
Is flarum/embed officially discontinued or just not yet updated for Flarum 2.x?
Should we expect a compatible release, or should we consider migrating to another embedding solution?
Any guidance or update from the dev team would be appreciated.
Thanks in advance!