mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-12 20:58:05 +00:00
5b6074c38a
The trim operation was happening after validation, which meant whitespace was counted toward the max:255 validation rule. Now input is normalized before validation, matching the pattern used in Application and Service components. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Andras Bacsai <andrasbacsai@users.noreply.github.com>