so I have a pretty plain table to show, but I want some of the column to be dynamic.
So I have added a -render to it:
this is also going fine the first 2 times, but then:
it will not serve anymore. (btw why it is auto refreshing? I cant find any control of the refresh)
the data for the new-udtable are retrieved from a API endpoint.
the dashboard log throw this:
PS: One or more errors occurred. (Cannot overwrite variable null because it is read-only or constant.) (Cannot overwrite variable null because it is read-only or constant.)
im not sure if that is relevent, but why dont it throw some more info about that? like which file throw it and at what line?
it seems like it somehow cache the “first good call” but any updates is failing.
I can load up another browser window, and get the first call correctly, but then back to the 404.
Running under Powershell Universal 1.3.2 (pwsh 7.0.3) (UD 3.0.3)
okey, so it “breaks” if I move the mouse outside of the table. (or into the table…)
also it seems to trigger an update every time the mouse enter or exit the table ?
Nightly version did not help. nor updating to UD 3.1.0
well, other than new “log”:
sweet log