eventSource onmessage not working, EventStream empty
I have a generator function that yields responses from a server (uses pexpect), and my flask app returns the Response after the user submits credentials. I tested it with this code and the Response appeared correctly: