tiny multi language Error

"I'm using 2 plugins:
https://filamentphp.com/plugins/amid-tinyeditor
And
https://filamentphp.com/plugins/filament-spatie-translatable
When I click the translate button, my text editor disappears completely, and the console gives me the following errors:

Error 1:
VM295:49 Uncaught TypeError: Cannot read properties of undefined (reading 'id')
    at eval (eval at safeAsyncFunction (livewire.js?id=d38cabc2:1285:21), <anonymous>:49:70)
    at Array.some (<anonymous>)
    at Editor.setup (eval at safeAsyncFunction (livewire.js?id=d38cabc2:1285:21), <anonymous>:49:54)
    at new Editor (tinymce.js:30525:25)
    at createEditor (tinymce.js:30985:28)
    at Array.<anonymous> (tinymce.js:31011:17)
    at each$c (tinymce.js:541:18)
    at initEditors (tinymce.js:31007:13)
    at EventUtils.bind (tinymce.js:3975:15)
    at Object.bind (tinymce.js:4755:25)

Error 2:
Uncaught (in promise) TypeError: Cannot convert undefined or null to object
    at Function.values (<anonymous>)
    at file-upload.js?v=3.0.89.0:40:82527
    at livewire.js?id=d38cabc2:2978:11

Error 3:
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'clearStore')
    at Proxy.refreshChoices (select.js?v=3.0.89.0:1:95575)
    at async select.js?v=3.0.89.0:1:95382


I connect

TinyEditor::make('content')
                                    ->fileAttachmentsDisk('public')
                                    ->fileAttachmentsVisibility('private')
                                    ->fileAttachmentsDirectory('posts')
                                    ->profile('default|simple|full|minimal|none|custom')
                                    ->columnSpan('full')
                                    ->required()
2023-11-30_222858.png
Filament
A Tinymce 6 Rich Text Editor plugin for Filament Forms.
Filament
Filament support for Spatie's Laravel Translatable package.
Was this page helpful?