Hi, i got below error on saving dashboard on freshed installed latest Grafana version
Version 10.2.2 (commit: 161e3cac5075540918e3a39004f2364ad104d5bb, branch: HEAD)
TypeError: Cannot add property isHandled, object is not extensible
at V (http://192.168.10.21:3000/public/build/4019.8e650672867c3e4c40ad.js:1330:1549)
at je (http://192.168.10.21:3000/public/build/4019.8e650672867c3e4c40ad.js:1358:21)
at r
at l (http://192.168.10.21:3000/public/build/4019.8e650672867c3e4c40ad.js:224:13290)
at v (http://192.168.10.21:3000/public/build/958.b63f864e3aa7eee86718.js:37:13858)
at d (http://192.168.10.21:3000/public/build/958.b63f864e3aa7eee86718.js:629:177403)
at d (http://192.168.10.21:3000/public/build/4019.8e650672867c3e4c40ad.js:823:19916)
at o (http://192.168.10.21:3000/public/build/4019.8e650672867c3e4c40ad.js:204:119128)
at g (http://192.168.10.21:3000/public/build/4019.8e650672867c3e4c40ad.js:204:119637)
at y (http://192.168.10.21:3000/public/build/958.b63f864e3aa7eee86718.js:181:94091)
at zf (http://192.168.10.21:3000/public/build/4019.8e650672867c3e4c40ad.js:4954:122)
1 Like
lumaw
December 8, 2023, 3:32am
2
Hi,
Iām also having the same issue while trying to update the dashboard tag key on the Grafana version 10.2.2.
steno
January 25, 2024, 2:33pm
3
same here. Grafana v10.2.2
Looks to have been fixed in v10.2.3
opened 01:43PM - 05 Dec 23 UTC
closed 09:39AM - 26 Jan 24 UTC
needs more info
### What happened?
The following workflow generated an error in the Grafana UI:ā¦
- Home - Connections - data source - dashboards tab - import dashboard
- Home - Dashboards - open imported dashboard
- save dashboard - save
```
An unexpected error happened
TypeError: can't define property "isHandled": Object is not extensible
V@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:1330:1537
je@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:1358:9
r
l@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:224:13290
v@http://localhost:3000/public/build/958.b63f864e3aa7eee86718.js:37:13858
d@http://localhost:3000/public/build/958.b63f864e3aa7eee86718.js:629:177392
d@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:823:19905
o@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:204:119128
g@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:204:119637
y@http://localhost:3000/public/build/958.b63f864e3aa7eee86718.js:181:94088
zf@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:4954:122
```
### What did you expect to happen?
![Screenshot 2023-12-05 at 13 08 31](https://github.com/grafana/grafana/assets/113187177/34cdfebb-b672-491d-8e91-32fadf4de6d1)
### Did this work before?
Yes - this works in all grafana flavours except v10.2.0 - v10.2.2
### How do we reproduce it?
see above
### Is the bug inside a dashboard panel?
_No response_
### Environment (with versions)?
Grafana: 10.2.2 / 10.2.1 / 10.2.0
OS: RHel 9.2 / CentOS 9 / ubuntu 23.10
Browser: FireFox 120.0 / Chrome 118
### Grafana platform?
A package manager (APT, YUM, BREW, etc.)
### Datasource(s)?
_No response_
Looks to be fixed in v10.2.3
opened 01:43PM - 05 Dec 23 UTC
closed 09:39AM - 26 Jan 24 UTC
needs more info
### What happened?
The following workflow generated an error in the Grafana UI:ā¦
- Home - Connections - data source - dashboards tab - import dashboard
- Home - Dashboards - open imported dashboard
- save dashboard - save
```
An unexpected error happened
TypeError: can't define property "isHandled": Object is not extensible
V@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:1330:1537
je@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:1358:9
r
l@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:224:13290
v@http://localhost:3000/public/build/958.b63f864e3aa7eee86718.js:37:13858
d@http://localhost:3000/public/build/958.b63f864e3aa7eee86718.js:629:177392
d@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:823:19905
o@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:204:119128
g@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:204:119637
y@http://localhost:3000/public/build/958.b63f864e3aa7eee86718.js:181:94088
zf@http://localhost:3000/public/build/4019.8e650672867c3e4c40ad.js:4954:122
```
### What did you expect to happen?
![Screenshot 2023-12-05 at 13 08 31](https://github.com/grafana/grafana/assets/113187177/34cdfebb-b672-491d-8e91-32fadf4de6d1)
### Did this work before?
Yes - this works in all grafana flavours except v10.2.0 - v10.2.2
### How do we reproduce it?
see above
### Is the bug inside a dashboard panel?
_No response_
### Environment (with versions)?
Grafana: 10.2.2 / 10.2.1 / 10.2.0
OS: RHel 9.2 / CentOS 9 / ubuntu 23.10
Browser: FireFox 120.0 / Chrome 118
### Grafana platform?
A package manager (APT, YUM, BREW, etc.)
### Datasource(s)?
_No response_