-
Notifications
You must be signed in to change notification settings - Fork 18.9k
fix: tool's model selector and app selector not work #22291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
(cherry picked from commit aa6cad5)
* main: (533 commits) chore: bump nextjs to 15.3 (langgenius#22262) Provides a set of Kubernetes manifests supporting version 1.6.0 (langgenius#22287) improve opik workflow_trace span name to node name (langgenius#22356) fix: aliyun trace title&description (langgenius#22347) Update README.md (langgenius#22351) fix: close session before doing long latency operation (langgenius#22306) feat(api/repo): Allow to config repository implementation (langgenius#21458) Fix: Remove height and overflow style settings (langgenius#22327) Chore: Replace lodash/noop with lodash-es/noop (langgenius#22331) fix: error parsing object type parameters for code node (langgenius#22230) fix: prevent trigger form submit action when press 'enter' (langgenius#22313) Update README.md (langgenius#22305) test: add comprehensive unit tests for login decorator (langgenius#22294) fixing Enum part in backend and making it same as front end (langgenius#22296) test(web): add password regexp test case (langgenius#22308) fix(ui): prevent var icon hidden when only one var in list of start node (langgenius#22290) fix: tool's model selector and app selector not work (langgenius#22291) chore: bump ruff to 0.12.x (langgenius#22259) minor fix: wrong and (langgenius#22242) Add unit test for account service (langgenius#22278) ... # Conflicts: # web/app/(commonLayout)/apps/AppCard.tsx # web/app/(commonLayout)/apps/Apps.tsx # web/app/(commonLayout)/apps/page.tsx # web/app/(commonLayout)/datasets/Container.tsx # web/app/components/base/logo/dify-logo.tsx # web/app/components/base/markdown.tsx # web/app/components/header/account-dropdown/workplace-selector/index.tsx # web/app/components/header/explore-nav/index.tsx # web/app/components/header/index.tsx # web/app/components/header/nav/index.tsx # web/app/components/header/plugins-nav/index.tsx # web/app/components/header/tools-nav/index.tsx # web/app/components/tools/provider-list.tsx # web/app/components/workflow/nodes/_base/panel.tsx # web/app/reset-password/layout.tsx # web/app/signin/_header.tsx # web/app/signin/layout.tsx # web/app/signin/normalForm.tsx # web/i18n/zh-Hans/common.ts # web/i18n/zh-Hans/explore.ts # web/package.json # web/pnpm-lock.yaml # web/themes/dark.css # web/themes/light.css
|
seems not completed |
|
problem still exists |
|
@asking002 @jacksonrick Do you test by building the front-end code from the main Git branch? |
|
It requires building from the source code, not using Docker Compose for the build. |
|
how to bulid it, I pull the latest files, and docker compose up. |
Is it only by using the source code for deployment that this problem can be solved? |
|
update to 1.7version, still not work. |

Important
Fixes #<issue number>.Summary
fix #22281
fix #22199
Screenshots
Checklist
dev/reformat(backend) andcd web && npx lint-staged(frontend) to appease the lint gods