I'm running a Windmill app in an iframe
I'm seeing the following error repeatedly in the console:
I've configured the app to require user login, so I am confident that the JWT auth is working for everything except the flow status UI component.
Windmill version: v1.554.0
- also doesn't work on 1.552.1
I've also confirmed this works on v1.500.1
Looks like it has to do with windmill's migration to sse vs polling for job status. At least that's the main difference I can tell between 1.500.1 and 1.552.1 / 1.554.0
Edit: The errors manifest with the Job logs component too if the job runs for > 1 second (wrote a simple script with a sleep(1) to test).