Worker to Worker request never completes.
I'm using a worker to send a fetch request to another with services binding, but it seems to never give a reply or something.
The request does work when its not coming from the worker.
I don't think there's any relevant code.
There's no error at all, the request never finishes.
3 Replies
Code?
On 1 worker I'm using Next.js in Workers based of: https://developers.cloudflare.com/workers/frameworks/framework-guides/nextjs/ (Code is too big to send here)
But for the fetch I'm using: (Yes I added the binding)
Small example of the one that receives it:
Cloudflare Docs
Next.js · Cloudflare Workers docs
Create an Next.js application and deploy it to Cloudflare Workers with Workers Assets.
The request does seem to work as queue is sent and proccessed. But I never get a reply on the 1st worker.
Uhm, any idea? ðŸ˜
:NotLikeThis: Please help...
Bruh.
HELPPPP