[Resolved] "Response to Feedback" button not working

Server 2016
IIS 10.0
PSU 1.2.8
Automation free trial license

Problem:
“Response to Feedback” button does not respond, as per youtube video, all I am using is:

Read-Host "stuff"

No errors in logs or Event Viewer
It keeps spamming below in logs until job is cancelled, but I am not sure if that’s relevant:

2020-07-16T00:50:38.5022301+01:00 8000021a-0002-fd00-b63f-84710c7967bb [INF] Request starting HTTP/1.1 GET http://XXX/api/v1/job/10/parameter?t=1594857038476   (ca22a1cb)
2020-07-16T00:50:38.7177735+01:00 8000021a-0002-fd00-b63f-84710c7967bb [INF] Authorization was successful. (0d575a54)
2020-07-16T00:50:38.7178159+01:00 8000021a-0002-fd00-b63f-84710c7967bb [INF] Executing endpoint '"UniversalAutomation.JobController.GetParameters (UniversalAutomation)"' (500cc934)
2020-07-16T00:50:38.7178770+01:00 8000021a-0002-fd00-b63f-84710c7967bb [INF] Route matched with "{action = \"GetParameters\", controller = \"Job\"}". Executing controller action with signature "System.Collections.Generic.IEnumerable`1[UniversalAutomation.JobParameter] GetParameters(Int64)" on controller "UniversalAutomation.JobController" ("UniversalAutomation"). (122b2fdf)
2020-07-16T00:50:38.7184651+01:00 8000021a-0002-fd00-b63f-84710c7967bb [INF] Executing ObjectResult, writing value of type '"UniversalAutomation.JobParameter[]"'. (8a1b66c8)
2020-07-16T00:50:38.7186109+01:00 8000021a-0002-fd00-b63f-84710c7967bb [INF] Executed action "UniversalAutomation.JobController.GetParameters (UniversalAutomation)" in 0.699ms (afa2e885)
2020-07-16T00:50:38.7186375+01:00 8000021a-0002-fd00-b63f-84710c7967bb [INF] Executed endpoint '"UniversalAutomation.JobController.GetParameters (UniversalAutomation)"' (99874f2b)
2020-07-16T00:50:38.7186922+01:00 8000021a-0002-fd00-b63f-84710c7967bb [INF] Request finished in 216.4651ms 200 application/json; charset=utf-8 (791a596a)
2020-07-16T00:50:38.9308362+01:00 8000021b-0002-fd00-b63f-84710c7967bb [INF] Request starting HTTP/1.1 GET http://XXX/api/v1/job/10/log?t=1594857038728   (ca22a1cb)
2020-07-16T00:50:39.1462808+01:00 8000021b-0002-fd00-b63f-84710c7967bb [INF] Authorization was successful. (0d575a54)
2020-07-16T00:50:39.1463238+01:00 8000021b-0002-fd00-b63f-84710c7967bb [INF] Executing endpoint '"UniversalAutomation.JobController.GetLogOutput (UniversalAutomation)"' (500cc934)
2020-07-16T00:50:39.1463834+01:00 8000021b-0002-fd00-b63f-84710c7967bb [INF] Route matched with "{action = \"GetLogOutput\", controller = \"Job\"}". Executing controller action with signature "UniversalAutomation.JobLog GetLogOutput(Int64)" on controller "UniversalAutomation.JobController" ("UniversalAutomation"). (122b2fdf)
2020-07-16T00:50:39.1465782+01:00 8000021b-0002-fd00-b63f-84710c7967bb [INF] Executing ObjectResult, writing value of type '"UniversalAutomation.JobLog"'. (8a1b66c8)
2020-07-16T00:50:39.1467247+01:00 8000021b-0002-fd00-b63f-84710c7967bb [INF] Executed action "UniversalAutomation.JobController.GetLogOutput (UniversalAutomation)" in 0.3146ms (afa2e885)
2020-07-16T00:50:39.1467529+01:00 8000021b-0002-fd00-b63f-84710c7967bb [INF] Executed endpoint '"UniversalAutomation.JobController.GetLogOutput (UniversalAutomation)"' (99874f2b)
2020-07-16T00:50:39.1468251+01:00 8000021b-0002-fd00-b63f-84710c7967bb [INF] Request finished in 215.9968ms 200 application/json; charset=utf-8 (791a596a)

I got the Automation licensed, changed AppPool to run as Local System, upgraded to 1.2.9 and it was still happening

However, update for 1.2.10 just popped up as I was logging in at home and it appears to have fixed the problem.
No idea what caused it or what fixed it, patch notes only mentioned $roles variable
Perhaps the problem was with my Chrome client at work, but I remember resetting it and it didn’t help.

Doesn’t matter, moving on :slight_smile: