I met err on temporal-ui when try to “terminate a flow”, “query a flow”.
I notice a param of ui “TEMPORAL_CORS_ORIGINS”, I kept it default to “http://localhost:3000” and my server and ui has independent domain like “server.fake.com”, “ui.fake.com”. does it cause the err?
In my case the token is missing. The linked github issue is about an invalid one. It’s a different problem. The browser dev tools showed “Cookie “_csrf” has been rejected because a non-HTTPS cookie can’t be set as “secure”” and indeed my UI interface was not on a secure server.