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

Meilisearch Warnings #493

Open
K2ouMais opened this issue Apr 10, 2024 · 0 comments
Open

Meilisearch Warnings #493

K2ouMais opened this issue Apr 10, 2024 · 0 comments

Comments

@K2ouMais
Copy link

K2ouMais commented Apr 10, 2024

Hello everyone,

now when I use the Meilisearch UI I am getting the following warning:

WARN tracing_actix_web::middleware: Error encountered while processing the incoming HTTP request: ResponseError { code: 401, message: "The Authorization header is missing. It must use the bearer authorization method.", error_code: "missing_authorization_header", error_type: "auth", error_link: "https://docs.meilisearch.com/errors#missing_authorization_header" }

The "masterkey" is set and I can search my Index without a problem, but the warning apear while using the UI.

I dont even know why it is asking for a key, if Meilisearch is running in "development" mode.


When visiting the UI, without any Index created I am also getting this warnings:

WARN tracing_actix_web::middleware: Error encountered while processing the incoming HTTP request: ResponseError { code: 400, message: "Inside .queries[0]: Index my_index not found.", error_code: "index_not_found", error_type: "invalid_request", error_link: "https://docs.meilisearch.com/errors#index_not_found" }

WARN tracing_actix_web::middleware: Error encountered while processing the incoming HTTP request: DeserrError { msg: "Invalid value at .queries[0].indexUid: `` is not a valid index uid. Index uid can be an integer or a string containing only alphanumeric characters, hyphens (-) and underscores (_).", code: InvalidIndexUid }

I know these are only warnings, but throwing warnings without a reason are messing up the logs.

@irevoire irevoire transferred this issue from meilisearch/meilisearch Apr 16, 2024
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