The rich text editor is not loading the content on update of record.

I have one rich text editor in the Filment forms, and on update of any record the content not loading in the editor, I tied and able to see the content the textarea. There is following error I see in the console Uncaught TypeError: Cannot set properties of undefined (setting 'value') at Proxy.init (rich-editor.js?v=3.2.85.0:144:4901) at livewire.js?id=07f22875:1160:25 at tryCatch (livewire.js?id=07f22875:1116:14) at evaluate (livewire.js?id=07f22875:1140:34) at Function.<anonymous> (livewire.js?id=07f22875:3552:29) at flushHandlers (livewire.js?id=07f22875:1281:48) at stopDeferring (livewire.js?id=07f22875:1286:7) at deferHandlingDirectives (livewire.js?id=07f22875:1289:5) at Object.initTree (livewire.js?id=07f22875:1476:5) at Object._activate (async-alpine.js?v=3.2.85.0:1:4233) Any help will be appreciated. Thanks
7 Replies
LeandroFerreira
php artisan about --only=Filament What is the Filament version?
Jawwad
Jawwad3w ago
v3.2.85
LeandroFerreira
run composer update -W and try again please
Jawwad
Jawwad3w ago
Thanks, let me try. One more thing is, on my local this is working fine, I have deployed on shared hosting, the problem is on the Live. Any idea what I may missed to upload that may cause the break
LeandroFerreira
hum, no
krekas
krekas3w ago
You missed proper hosting...don't use shared
Jawwad
Jawwad3w ago
I am using this since months with Laravel and Filmanet, everything working great. Recently, I added filament auth and start getting this problem.