Version 26.06.03
Fixed
- Server — Request API Key failed with 500 on production servers
Options.WriteKeyused unsafe SQL string interpolation when savingtranscriptionConfigafter collector registration.- Transcription settings containing apostrophes (Whisper prompts, keyterms, etc.) caused the database update to fail even when the collector returned a valid API key.
- Now uses parameterized queries (
$1,$2) like the rest of options persistence.