Skip to content

Commit 1a53c6e

Browse files
info on new error message
1 parent 0b6f0f0 commit 1a53c6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/functions/source-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,3 +438,7 @@ The test function interface has a 4KB console logging limit. Outputs surpassing
438438
#### Can I send a custom response from my Source Function to an external tool?
439439

440440
No, Source Functions can't send custom responses to the tool that triggered the Function's webhook. Source Functions can only send a success or failure response, not a custom one.
441+
442+
#### When I try to save my Source Function, why am I seeing this error message: "Functions are unable to send data or events back to their originating source. Please ensure the URL used for outgoing data from the function is correct."?
443+
444+
To prevent possible infinite looping, Segment checks your Function code to ensure that you don't have `https://fn.segmentapis.com` included. That URL is used to send data to a Source Function. Including that URL in your Function code is a sign that an infinite loop may occur so Segment ensures you can't save your Function if that URL is included. To fix this, please remove that URL from your Function code.

0 commit comments

Comments
 (0)