For Workers & Pages, what is the name of the domain?
‘small-wave-9c76.newtsk.workers.dev’
What is the error number?
1101
What is the error message?
Worker threw exception
What is the issue or error you’re encountering
All Workers and Pages under the account return Error 1101
What steps have you taken to resolve the issue?
Delete & Re-create the worker, using default code:
export default {
async fetch(request, env, ctx) {
return new Response('Hello World!');
},
};
Also of note, I have a domain under my account that was incorrectly determined to be Fishing last week, but I have explained, deleted the appropriate endpoints and requested a REVIEW of the domain.Is this related to the fact that all Workers & Pages are wrong?Can it be recovered after I fix the corresponding risk?
What are the steps to reproduce the issue?
Just visit the website.