When you clone a squad, it clears the prompt from ...
# support
j
had to revert the version with a cleared prompt that it auto-created when we cloned the squad. please fix.
k
This is actually a known bug with VAPI's dashboard when you clone a squad, it doesn't properly carry over the system prompts from the referenced assistants, leaving them blank. Quick fix options: Clone via API instead of the dashboard Use GET /assistant/{id} to pull each assistant's full config, then POST /assistant to recreate them, and finally POST /squad with the new IDs. This preserves everything including prompts. Restore manually Since you already reverted, just make sure to back up your assistant prompts somewhere (Notion, a doc, etc.) before any future cloning.
j
gotcha thanks. going to leave this open though so they have another note to fix it
c
Hi, thank you for sharing. I tried reproducing the issue on my end but wasn’t able to see the same error. Could you please check the following once: • Your internet connection • The current configuration/settings • Your browser cache and cookies After checking these, please try again and let us know if the issue still persists.