The table displays properly but selection doesn’t work as expected. Selecting an item, or clicking the button, results in a toast notification that is blank:
It actually does work as expected in my test environment but not in production. Both are on 1.5.3, the only differences being that prod has gone through a few more updates of PSU, and the service is running under a domain account.
It seems I can reproduce this issue. To do so, I start with a brand new Server 2019 machine (there are some company prereqs on it like Defender A/V, SCCM agent, latest Windows and .net updates, etc.). I install PSU v1.5.3 via the MSI. I create a new dashboard called “TestDash1”, with a URL of “/testdash1”, all other defaults. Then I insert the code above and save.
yea, remove the out-string and it’s working
i created a server 2019 vm in azure and tested it, as you said it’s blank toast, but when i remove the out-string the toast is working fine.