Skip to content
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

[BUG] Credential error processing document loader #3883

Open
luminaes opened this issue Jan 16, 2025 · 0 comments
Open

[BUG] Credential error processing document loader #3883

luminaes opened this issue Jan 16, 2025 · 0 comments
Labels
bug Something isn't working ui Issues or features related to ui

Comments

@luminaes
Copy link

Describe the bug
When processing information in a document loader using confluence as source for the first time, everything works correctly. However, attempting to process the information again results in the error message:
"please fill all mandatory fields" on the web page.
If attempting the same process via API using /api/v1/document-store/loader/process/<id of the loader>, the following error is returned:
{ "statusCode": 500, "success": false, "message": "Error: documentStoreServices.processLoader - Error: documentStoreServices._saveChunksToStorage - Cannot convert undefined or null to object", "stack": {} }
The only workaround I found is to switch credentials in the web portal. When switching credentials, the null field appears to be filled correctly.
As a clarification, both sets of credentials used have similar values.

Screenshots

Image

Setup

  • Installation via helm
  • Flowise Version 2.2.2
  • OS: Linux debian 12
  • Browser is Brave Version 1.73.97 Chromium: 131.0.6778.108

Additional context
Add any other context about the problem here.

@HenryHengZJ HenryHengZJ added bug Something isn't working ui Issues or features related to ui labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ui Issues or features related to ui
Projects
None yet
Development

No branches or pull requests

2 participants