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
8 Replies
php artisan about --only=Filament
What is the Filament version?v3.2.85
run
composer update -W
and try again pleaseThanks, 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
hum, no
You missed proper hosting...don't use shared
I am using this since months with Laravel and Filmanet, everything working great.
Recently, I added filament auth and start getting this problem.
Hi, Did you get to the bottom of this? I'm seeing the same error in my local environment. Filament v3.2.109.