-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: frontend
-
Not defined
Brief summary of the bug. What is it ? Where is it ?
When creating instant preview dashboard, I noticed 2 different errors one is EntityNameRequestDto is turning null, the other one is sharing dashboards since we deactivated sharing for security reasons, it shouldn't turn as bad request.
Steps to reproduce:
- Go to Dashboards page using ES 7.x or ES 8.x open network tab
- Create an instant preview dashboard
Actual result:
Having two different errors.
{
"errorCode" : "badRequestError",
"errorMessage" : "The server was unable to process the request.",
"detailedMessage" : "Management Dashboards or Instant Preview Dashboards cannot be shared",
"reportDefinition" : null
}
{
"errorCode" : "notFoundError",
"errorMessage" : "The server could not find the requested resource.",
"detailedMessage" : "Could not get entity names search request EntityNameRequestDto(collectionId=null, dashboardId=invoice, reportId=null, eventBasedProcessId=null)",
"reportDefinition" : null
}