mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-25 10:20:03 -06:00
fix: link survey responses may fail when custom survey url is set (#791)
This commit is contained in:
@@ -42,7 +42,7 @@ export default function LinkSurvey({
|
||||
() =>
|
||||
new ResponseQueue(
|
||||
{
|
||||
apiHost: typeof window !== "undefined" ? window.location?.origin : WEBAPP_URL,
|
||||
apiHost: WEBAPP_URL,
|
||||
retryAttempts: 2,
|
||||
onResponseSendingFailed: (response) => {
|
||||
alert(`Failed to send response: ${JSON.stringify(response, null, 2)}`);
|
||||
|
||||
Reference in New Issue
Block a user