Dennis W.
Dennis W.
I've tried several approaches with different locations of the "dist" folder, like... Inside the module: C:\Users\Aldjinn\Projects\my-project\packages\module\dist In the root folder of the project: C:\Users\Aldjinn\Projects\my-project\dist Even outside of the project folder:...
I was able to narrow the problem down: It only occurs when I'm using the "-e" or "--exclusively" flag to deploy only changes in the current stack and not on...
Unfortunately the backend system is a 3rd party legacy application. So I'm not able to debug this part myself. But this seems to be the cause of the issue, yes....
That's correct, @falke9176. The FritzBox is not selectable.
That's the query in the dashboard: ``` from(bucket: v.defaultBucket) |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r._measurement == "$measurement" and r._field == "linkuptime") |> keyValues(keyColumns: ["box"]) |> group()...
Yes, I already tried to reimport it. But unfortunately without success.
Nice, I can confirm that the dashboard is running fine with Grafana v11.1.1.  