Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index_not_found_exception occured when searching topics on a new instance #155

Open
HuanCheng65 opened this issue Apr 9, 2024 · 0 comments

Comments

@HuanCheng65
Copy link
Contributor

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant