[PR #461] [CLOSED] fix missing userId when calling InvokeEncrypt #519

Closed
opened 2026-02-16 01:16:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/461
Author: @chengjoey
Created: 9/24/2025
Status: Closed

Base: mainHead: fix/user-id


📝 Commits (1)

  • f1a77f2 fix missing userId when calling InvokeEncrypt

📊 Changes

3 files changed (+18 additions, -11 deletions)

View changed files

📝 internal/server/controllers/endpoint.go (+10 -3)
📝 internal/service/endpoint.go (+5 -5)
📝 internal/service/setup_endpoint.go (+3 -3)

📄 Description

Description

Please provide a brief description of the changes made in this pull request.
Please also include the issue number if this is related to an issue using the format Fixes #123 or Closes #123.

Type of Change

  • [ x] Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

Fixes: #26143 Cannot add any EndPoints with endpoint plugin - Internal Server Error occurs

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/461 **Author:** [@chengjoey](https://github.com/chengjoey) **Created:** 9/24/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/user-id` --- ### 📝 Commits (1) - [`f1a77f2`](https://github.com/langgenius/dify-plugin-daemon/commit/f1a77f259a178d125992c341f841b12d76fd0b9c) fix missing userId when calling InvokeEncrypt ### 📊 Changes **3 files changed** (+18 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `internal/server/controllers/endpoint.go` (+10 -3) 📝 `internal/service/endpoint.go` (+5 -5) 📝 `internal/service/setup_endpoint.go` (+3 -3) </details> ### 📄 Description ## Description Please provide a brief description of the changes made in this pull request. Please also include the issue number if this is related to an issue using the format `Fixes #123` or `Closes #123`. ## Type of Change - [ x] Bug fix - [ ] New feature - [ ] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [x] I have tested the changes locally and confirmed they work as expected - [x] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) Fixes: #26143 [Cannot add any EndPoints with endpoint plugin - Internal Server Error occurs](https://github.com/langgenius/dify/issues/26143) - [x] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information Please provide any additional context that would help reviewers understand the changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:16:12 -05:00
yindo closed this issue 2026-02-16 01:16:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#519