SRS storage reported the following error while reindexing
We are on the cloud platform. Recently, when switching to version 24.2, we cloned our environment, but the index search stopped working. During indexing we encountered the following error:
SRS storage reported an error while purging previously indexed instances of '[class-name-changed]': Unable to purge data in storage. HTTP status code: 405 Method Not Allowed. Response body:
{"error":"Incorrect HTTP method for uri [/envname/all-data] and method [DELETE], allowed: [POST]","status":405}
Entity name: [class-name-changed]
Other errors:
SRSConnectorException: [Track: E25959C8] Unable to complete a request to SRS. [ALL_DATA request: DELETE url-elasticsearch-service/envname/all-data; timeout: 30000 ms].. Caused by: com.pega.platform.search.infrastructure.srs.SRSConnectorException: [Track: E25959C8] Malformed URL to SRS makes it impossible to create a request. Please check the configuration. [ALL_DATA request: DELETE url-elasticsearch-service/envname/all-data; timeout: 30000 ms]
Do you have any suggestions on how to resolve this?