SSE
Hey, I am looking for some assistance with Realtime updates in nextjs app router.
I am uploading a file in my frontend and transcribe it. All is good and well, and I get a new item added to my file list when it is complete.
But now, in the background, I am generating a summary for this file using ai, and I want to update the frontend when this is done. I have tried using Server Sent Events ( SSE ), but then my revalidatePath for other functionalities no longer worked.
Does anybody have experience with this, and knows how to help?
0 Replies