Open
Description
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- I am running the latest code. Development is very rapid so there are no tagged versions as of now.
- I carefully followed the README.md.
- I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
- I reviewed the Discussions, and have a new bug or useful enhancement to share.
Expected Behavior
Normal response (200)
Current Behavior
400, Bad request
Environment and Context
Huggingface spaces docker
Failure Information (for bugs)
Feature introduced in #703, Huggingface Spaces already has x-request-id
in the request, but it was not a valid uuid that starlette-context
expected (https://github.com/tomwojcik/starlette-context/blob/992ab9401a9f557994379053fbd98471c601eda9/tests/test_plugins/test_request_id.py#L37), resulting in the server returning bad request 400.
Metadata
Metadata
Assignees
Labels
New feature or requestNew feature or request