Praveen4890
CDCloudflare Developers
•Created by Praveen4890 on 3/28/2024 in #workers-help
While trying to run the CF worker on remote mode i get the below error
I am completly new to JS and cloudflare workers can any one help me to indentify what is the issue
text: 'A request to the Cloudflare API
(/accounts/ZONEID/workers/scripts/handlewebrequest/edge-preview)
failed.',
notes: [
{
text: 'Uncaught ReferenceError: request is not defined\n' +
' at index.js:3899:52\n' +
' [code: 10021]'
}
],
location: undefined,
kind: 'error',
code: 10021
}
2 replies