From 7c14cd24dc923a997dec733d5038a306f1cac36a Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Sat, 25 Oct 2025 10:18:07 +0200 Subject: [PATCH] fix: resolve Livewire wire:model binding error in domains input MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed JavaScript error "Cannot set properties of null (setting 'fqdn')" that occurred when typing in the domains input field. Changed wire:model binding from "application.fqdn" to "fqdn" to properly use the component property which is synced with the model via the SynchronizesModelData trait and getModelBindings() method. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../views/livewire/project/application/general.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php index 9ce846d3a..7759e0604 100644 --- a/resources/views/livewire/project/application/general.blade.php +++ b/resources/views/livewire/project/application/general.blade.php @@ -90,12 +90,12 @@ @if ($application->build_pack !== 'dockercompose')
@if ($application->settings->is_container_label_readonly_enabled == false) - @else -