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
Expected behavior
The request is enqueued and eventually processed. I receive a response with a taskUid
Meilisearch version:
The official Meilisearch image in DO is still using v0.29.0, I installed v0.30.0 manually. The behavior occurs with the 2 versions.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Check task has succeeded:
curl 'http://{address}/tasks' -H 'Authorization: Bearer MASTER_KEY'No response received
[2022-12-01T12:44:00Z ERROR actix_http::h1::dispatcher] stream error: Request parse error: Invalid Header providedExpected behavior
The request is enqueued and eventually processed. I receive a response with a
taskUidMeilisearch version:
The official Meilisearch image in DO is still using v0.29.0, I installed v0.30.0 manually. The behavior occurs with the 2 versions.