meilisearch/mini-dashboard

Meilisearch Warnings

K2ouMais opened this issue · 0 comments

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.