Samet Şimşek
04/08/2025, 8:22 AMVapi Support Bot
04/08/2025, 8:23 AMserver.url
property is validated using @IsString()
and @IsUrlWithHelpfulError
, which requires that the URL must be a valid URL string. Setting it to null
or an empty string fails this validation [according to a Discord conversation](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1339941602872918068).
## Potential Workarounds
Here are some approaches that other users have tried:
1. **Deselect server messages in the Vapi Dashboard**:
Go to the Vapi Dashboard > Assistants > Select your Assistant > Advanced Tab > Scroll down to the server messages section and deselect the server message [according to a Discord thread](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1337184046379434057).
2. **Delete and recreate the assistant**:
One user reported that "this issue was fixed by deleting the old assistant and making a new one" [as mentioned in Discord](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1326809606671958080).
3. **Function calls without a server URL**:
If you don't define a serverUrl
(either at the account level or the assistant level), function calls will simply be added to the chat history [according to the documentation](https://docs.vapi.ai/assistants/function-calling). This might be useful if you want a function call to trigger an action on the frontend.
## Known Issues
There are several known issues with the server URL in Vapi:Vapi Support Bot
04/08/2025, 8:23 AMKyle Brunker
04/08/2025, 7:38 PM