#Problem with Filament and Livewire - no data saving, console error

1 messages · Page 1 of 1 (latest)

urban swift
#

Hi, I have a problem. I’m using Filament and Livewire, and suddenly my application stopped working when it comes to saving data. Whenever I try to access any resource and save it, nothing happens, and I see an error in the console. Everything was working fine before. Can you help me figure out what might be causing this issue? How can I diagnose the problem effectively?

livewire.js?id=5d8beb2e:4192 
 POST http://localhost/livewire/update net::ERR_CONNECTION_RESET
sendRequest    @    livewire.js?id=5d8beb2e:4192
send    @    livewire.js?id=5d8beb2e:3958
(anonymous)    @    livewire.js?id=5d8beb2e:4103
createAndSendNewPool    @    livewire.js?id=5d8beb2e:4099
(anonymous)    @    livewire.js?id=5d8beb2e:4075
(anonymous)    @    livewire.js?id=5d8beb2e:4138
setTimeout        
bufferPoolingForFiveMs    @    livewire.js?id=5d8beb2e:4137
add    @    livewire.js?id=5d8beb2e:4072
requestCall    @    livewire.js?id=5d8beb2e:4154
(anonymous)    @    livewire.js?id=5d8beb2e:4405
runIfTypeOfFunction    @    livewire.js?id=5d8beb2e:1279
(anonymous)    @    livewire.js?id=5d8beb2e:1267
tryCatch    @    livewire.js?id=5d8beb2e:1185
evaluate    @    livewire.js?id=5d8beb2e:1209
(anonymous)    @    livewire.js?id=5d8beb2e:9071
callAndClearComponentDebounces    @    livewire.js?id=5d8beb2e:9056
execute    @    livewire.js?id=5d8beb2e:9070
x-on:submit.prevent    @    livewire.js?id=5d8beb2e:9081
(anonymous)    @    livewire.js?id=5d8beb2e:1229
tryCatch    @    livewire.js?id=5d8beb2e:1185
(anonymous)    @    livewire.js?id=5d8beb2e:3779
handler4    @    livewire.js?id=5d8beb2e:3106
(anonymous)    @    livewire.js?id=5d8beb2e:3134
(anonymous)    @    livewire.js?id=5d8beb2e:3108
(anonymous)    @    livewire.js?id=5d8beb2e:3171
(anonymous)    @    livewire.js?id=5d8beb2e:3108
dawn flaxBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

urban swift
loud zealot
urban swift
loud zealot
urban swift
#

What information do you need? I have a panel with several resources. It uses the default solutions filament. I have some mutations. The problem is strange because it kind of affects all resources in the panel. When the create or save action appears such an error. nevertheless, one time it saves/creates, but does not redirect and further in the console you can see the message.

loud zealot
urban swift
#

It is strange that I have such a situation in separate two projects. It appeared suddenly. Maybe updating php to 8.4.5 or installing node js may have affected this.

loud zealot
blissful brook
#

Does this happen with a fresh install?

urban swift
#

Update! On the server the same code works correctly. On the other hand, locally I have a problem. Maybe you have a suggestion what I can do.

urban swift
#

We'll see when I bump up to L12 and update the libraries, as it may be a Franken HTTP server issue.

urban swift
blissful brook