Your software
My Mautic version is: 4.0
My PHP version is: 7.4
My Database type and version is: tidb
Your problem
In the config/plugin screen, i see a greyed-out GrapeJS.
I click it. The front-end hangs on ‘Loading’.
In the javascript console, i see:
404
i do not see any error come out in the log
I also don’t see grapejs themes when composing email.
mautic router:match /s/plugins/config/grapejsbuilder
[OK] Route "mautic_plugin_config" matches
+--------------+----------------------------------------------------------------------------+
| Property | Value |
+--------------+----------------------------------------------------------------------------+
| Route Name | mautic_plugin_config |
| Path | /s/plugins/config/{name}/{page} |
| Path Regex | #^/s/plugins/config/(?P<name>[^/]++)(?:/(?P<page>\d+))?$#sD |
| Host | ANY |
| Host Regex | |
| Scheme | https |
| Method | ANY |
| Requirements | page: \d+ |
| Class | Symfony\Component\Routing\Route |
| Defaults | _controller: Mautic\PluginBundle\Controller\PluginController::configAction |
| | page: 0 |
| Options | compiler_class: Symfony\Component\Routing\RouteCompiler |
+--------------+----------------------------------------------------------------------------+
I’m not sure how to debug this.