anurag
CDCloudflare Developers
•Created by siggmus on 9/17/2023 in #workers-help
How to make a Worker stream (an OpenAI) response back to the front-end?
@bkyerv @siggmus do you have the link? I'm facing this issue and couldn't find a solution.
https://discord.com/channels/595317990191398933/1213091192946827284/1213098116224655370
4 replies
CDCloudflare Developers
•Created by anurag on 3/1/2024 in #workers-discussions
Cloudflare Worker is waiting for the
I removed the context overide code and now I have context.waitUntiil the router but I don't understand why waitUntil would work in this case. Because I'm not sending any response at the end of router
v1/streaming
it's going into the global catch-all route of 404
so the client says 404
but I'm getting the streamed data in the console not the frontend.
3 replies
CDCloudflare Developers
•Created by anurag on 3/1/2024 in #workers-discussions
Cloudflare Worker is waiting for the
.waitUntil isn't available in this router but I'm passing it as the third param in the handleRequest
3 replies
CDCloudflare Developers
•Created by anurag on 3/1/2024 in #workers-discussions
Cloudflare Worker is waiting for the
We're using
ittyr-router
let me see how to do wait until in it3 replies
CDCloudflare Developers
•Created by someguy on 10/15/2023 in #general-help
Next.js/Vercel AI/Streaming Issue
@swiecki were you able to find a solution for this? I'm losing my mind, spend hours thinking it's an issue with my implementation
53 replies