coolify/templates
Andras Bacsai 4b65b02103 Fix server resources tab 500 error with mixed model types
The Resources tab threw a "Queueing collections with multiple model types is not supported" error because the Livewire component was storing a mixed-type Eloquent collection (Applications, Databases, Services) as a public property, causing Livewire's serialization to fail.

Fixed by: storing only the unmanaged containers array in the component, and calling definedResources() directly in the Blade view for the managed tab.

Fixes #7666

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2025-12-17 18:13:55 +01:00
..
compose Infiscal latest (#7641) 2025-12-17 15:51:35 +01:00
service-templates-latest.json Fix server resources tab 500 error with mixed model types 2025-12-17 18:13:55 +01:00
service-templates.json Fix server resources tab 500 error with mixed model types 2025-12-17 18:13:55 +01:00
test-database-detection.yaml Pinning to the current latest 2025-12-15 17:56:33 +01:00