Reporting plugin throwing error in kibana

While generating csv report from UI in discovery , getting error as below. Using kibana version as odfe 1.13.2 and elastcsearch version as 7.10.2 and opendistro-job-scheduler-1.13.0.0 and opendistro-reports-scheduler-1.13.0.0 plugins. It run post upgrade but not working on new setups with these images.Find as below kibana.yml settings.

logs-
{“type”:“log”,“@timestamp”:“2021-07-23T09:16:39Z”,“tags”:[“error”,“plugins”,“opendistroReportsKibana”],“pid”:1,“message”:“Failed input validation for create report Error: [query_url]: invalid relative url: /kibana/app/discover#/view/a90ac850-eb96-11eb-8254-df7d866a2475?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:‘2021-07-23T09:01:39.424Z’,to:‘2021-07-23T09:16:39.424Z’))&_a=(columns:!(_source),filters:!(),index:da20f0e0-a4b1-11ea-af10-c3ebd5a8dc64,interval:auto,query:(language:kuery,query:‘’),sort:!())”}

kibana.yml: |
server.host: “0.0.0.0”
server.basePath: “/kibana”
server.rewriteBasePath: “true”
elasticsearch.hosts: [“http://elasticsearch:9200”]

@reporting-team Another one for you to look at.

Did we ever figure this out? Still running into this in 2.2.0

Sorry reply is late, ODFE reached EOL, please move to opensearch.

@mhoydis do you have a server basepath configured in 2.2.0? could you provide error information? thanks