For Workes & Pages, what is the name of the domain?
hello.linksever.workers.dev
What is the error number?
1101
What is the error message?
Error 1101 Ray ID: 8d900d8f2d77326c • 2024-10-27 04:48:17 UTC Worker threw exception
What is the issue or error you’re encountering
Error 1101 Ray ID: 8d900d8f2d77326c • 2024-10-27 04:48:17 UTC Worker threw exception
What steps have you taken to resolve the issue?
change worker,check out code as follow
from js import Response
def on_fetch(request):
print(“Hi there!”)
return Response.new(“Hello World!”)
What are the steps to reproduce the issue?
creat any worker