Gabriel Figueiredo
Results
2
issues of
Gabriel Figueiredo
Hello, i am facing this issue: elasticsearch.exceptions.RequestError: RequestError(400, 'invalid_index_name_exception', "Invalid index name [__catalogue_product], must not start with '_'.") There is something wrong? Thanks!
Issue: https://github.com/encode/starlette/issues/2599 Discussion: https://github.com/encode/starlette/discussions/2495 # Summary Change regex used to remove root_path to consider only the root path without match simillar endpoint that contains the root_path as substring. ex: ```...