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.
The text was updated successfully, but these errors were encountered:
CaroFG
changed the title
Request parse error: Invalid Header provided when trying to create a dump with cURL
"Request parse error: Invalid Header provided" error when trying to create a dump with cURL in a DO droplet
Dec 1, 2022
After some investigations, I managed to find the source of the issue without having a real fix.
This issue occurs on digitalocean because the meilisearch server is "proxyfied" by an Nginx, if I remove the Nginx and make meilisearch listening on port 80, everything works well.
So the issue seems to come from the Nginx, however, despite my attempts to modify the Nginx configurations, I didn't manage to make them work together.
so I have several questions:
why should we have an Nginx proxy on the digital ocean droplet and not directly Meilisearch listening on port 80 and can we remove it?
Is someone already had this kind of issue with Nginx? I probably forgot something.
Thanks @ManyTheFish for your inquiry and sorry for the delay.
You are absolutely right this issue is due to Nginx I still don't know why but I think this issue can be transferred to cloud-script.
I will investigated on it
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 provided
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.
The text was updated successfully, but these errors were encountered: