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
When searching a topics on a newly deployed instance, ElasticSearch throws index_not_found_exception error.
Logs:
[Nest] 36 - 04/09/2024, 2:26:41 AM ERROR ResponseError: index_not_found_exception
Root causes:
index_not_found_exception: no such index [topics]
at SniffingTransport.request (/app/node_modules/.pnpm/@[email protected]/node_modules/@elastic/transport/src/Transport.ts:553:17)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at ElasticsearchService.SearchApi [as search] (/app/node_modules/.pnpm/@[email protected]/node_modules/@elastic/elasticsearch/src/api/api/search.ts:89:10)
at TopicsService.searchTopics (/app/src/topics/topics.service.ts:63:9)
at TopicsController.searchTopics (/app/src/topics/topics.controller.ts:56:35)
The text was updated successfully, but these errors were encountered:
When searching a topics on a newly deployed instance, ElasticSearch throws
index_not_found_exception
error.Logs:
The text was updated successfully, but these errors were encountered: