You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
After creating a new dashboard and when choosing Gravo datasource an error occurs
json decode failed: json: cannot unmarshal number 23763571993 into Go struct field QueryRequest.panelId of type int
Object
status:400
statusText:"Bad Request"
data:Object
error:"Bad Request"
response:"json decode failed: json: cannot unmarshal number 23763571993 into Go struct field QueryRequest.panelId of type int
"
message:"json decode failed: json: cannot unmarshal number 23763571993 into Go struct field QueryRequest.panelId of type int
"
config:Object
url:"api/datasources/proxy/1/query"
data:Object
app:"dashboard"
requestId:"Q120"
timezone:"browser"
panelId:23763571993
dashboardId:1
range:Object
timeInfo:""
interval:"10s"
intervalMs:10000
targets:Array[1]
maxDataPoints:1950
scopedVars:Object
cacheTimeout:undefined
startTime:1612271048623
rangeRaw:Object
adhocFilters:Array[0]
method:"POST"
withCredentials:undefined
headers:Object
retry:0
hideFromInspector:false
message:"json decode failed: json: cannot unmarshal number 23763571993 into Go struct field QueryRequest.panelId of type int
"
It is possible to manually change the ID to e.g. 763571993.
But, the ID should probably not be int...
The text was updated successfully, but these errors were encountered:
After creating a new dashboard and when choosing Gravo datasource an error occurs
It is possible to manually change the ID to e.g. 763571993.
But, the ID should probably not be int...
The text was updated successfully, but these errors were encountered: