I developed a basic Studio Web workflow that makes GET requests. When I run the process on Serverless—Cloud Robot, the host blocks the API call because of a cookie error.
" <div class=“” cf-alert cf-alert-error cf-cookie-error"" id=“” cookie-alert"" data-translate=“” enable_cookies"“>
Please enable cookies.
<div id=”" cf-error-details"" class=“” cf-error-details-wrapper"“>
<div class=”" cf-wrapper cf-header cf-error-overview"“>
<h1 data-translate=”" block_headline"“>Sorry, you have been blocked
<h2 class=”" cf-subheadline"“>”
I published the workflow and changed the robot type. It works perfectly on the Attended and unattended robots and returns the expected JSON string. Why is it not working on Serverless?
Cheers.
