You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Simple.ts of trigger, the anyPayloadTask is attempting to make an HTTP request to an invalid URL. The domain contains unintended characters that make the URL malformed( in simple.ts of trigger ):
In Simple.ts of trigger, the
anyPayloadTask
is attempting to make an HTTP request to an invalid URL. The domain contains unintended characters that make the URL malformed( in simple.ts of trigger ):"https://jsonplaceholder.typicode.comasdqdasd/posts/1"
Expected Behavior
The URL should point to the correct JSONPlaceholder API endpoint:
"https://jsonplaceholder.typicode.com/posts/1"
Fix
Remove the unintended characters
asdqdasd
from the domain name.The text was updated successfully, but these errors were encountered: