Skip to content

Commit b16c74c

Browse files
authored
Update createRetryError.ts
Update the error message so that it shares the new steps for contacting support
1 parent 5a2a128 commit b16c74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/transporter/src/errors/createRetryError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export function createRetryError(transporterStackTrace: readonly StackFrame[]):
44
return {
55
name: 'RetryError',
66
message:
7-
'Unreachable hosts - your application id may be incorrect. If the error persists, contact support@algolia.com.',
7+
'Unreachable hosts - your application id may be incorrect. If the error persists, please create a ticket at https://support.algolia.com/ sharing steps we can use to reproduce the issue.',
88
transporterStackTrace,
99
};
1010
}

0 commit comments

Comments
 (0)