lllyasviel / lllyasviel/FramePack
Request url 'https://xxx' has an unkown api call pattern
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
Gradio Reverse Proxy Bug in Framepack (Fix by Upgrading to ≥5.23.2)
Description:
Framepack currently depends on Gradio 5.23.0, which has a known bug affecting Reverse Proxy setups.
This issue may cause errors when running behind a Reverse Proxy (e.g., Nginx, Cloudflare).
Recommended Fix:
Upgrade Gradio to at least 5.23.2 in requirements.txt:
`gradio>=5.23.2`
Additional Context:
The bug was fixed in Gradio [5.23.2](https://github.com/gradio-app/gradio/releases/tag/v5.23.2) (reference release notes if available).
If you encounter Reverse Proxy issues (e.g., incorrect URL generation, websocket errors), this upgrade should resolve them.

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with requirements.txt and confirm the pinned Gradio version against the issue's reverse-proxy context and the Gradio 5.23.2 release notes. Done means the dependency requires Gradio 5.23.2 or newer and the reverse-proxy URL or websocket problem is addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- infrastructure
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100