dify - ✅(Solved) Fix http node can't select file type [1 pull requests, 1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
langgenius/dify#35303Fetched 2026-04-18 05:51:14
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
1
Author
Timeline (top)
closed ×1commented ×1cross-referenced ×1labeled ×1

Fix Action

Fixed

PR fix notes

PR #35304: fix: http node key value type dropdown

Description (problem / solution / changelog)

[!IMPORTANT]

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

fix : https://github.com/langgenius/dify/issues/35303

<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> <!-- If this PR was created by an automated agent, add `From <Tool Name>` as the final line of the description. Example: `From Codex`. -->

Screenshots

BeforeAfter
......

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran make lint && make type-check (backend) and cd web && pnpm exec vp staged (frontend) to appease the lint gods

Changed files

  • web/app/components/workflow/nodes/http/__tests__/integration.spec.tsx (modified, +31/-2)
  • web/app/components/workflow/nodes/http/components/key-value/key-value-edit/item.tsx (modified, +32/-14)
  • web/eslint-suppressions.json (modified, +0/-3)
RAW_BUFFERClick to expand / collapse

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.13.3

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

  1. open a http node
  2. choose the form of body type
  3. try to select a file type, the options will be unexpected truncated.
<img width="838" height="518" alt="Image" src="https://github.com/user-attachments/assets/a08786c2-0719-4acf-b1f9-6d2dc02afc65" />

✔️ Expected Behavior

users can see all the options

❌ Actual Behavior

No response

extent analysis

TL;DR

The issue with truncated file type options in the form body type of an HTTP node may be related to a rendering or data processing issue in version 1.13.3.

Guidance

  • Verify that the issue persists across different browsers and environments to rule out client-side rendering issues.
  • Check the browser's developer console for any JavaScript errors that might be causing the options to be truncated.
  • Inspect the HTML structure of the dropdown menu to see if there are any CSS styles or attributes that could be limiting the display of options.
  • Test the same functionality in a previous version of Dify to determine if this is a regression issue.

Example

No code snippet is provided as the issue seems to be related to the Dify application's UI rendering.

Notes

The provided information does not include specific details about the environment, browser, or any custom configurations that might be contributing to the issue. Further investigation into the application's codebase or UI components may be necessary to identify the root cause.

Recommendation

Apply workaround: Since the root cause is not immediately clear, attempting to use a different version of Dify or modifying the UI components to better handle the file type options might provide a temporary solution.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING