-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Description
How are you running AnythingLLM?
Docker (remote machine)
What happened?
-
Confluence username in self-hosted deployment error 401 when use full username with email Example : username@company.com.vn
Logs:
nythingllm | [collector] info: -- Working Confluence https://confluence.company.com.vn --
anythingllm | [collector] error: Error: Error: Failed to fetch https://confluence.company.com.vn/rest/api/content?spaceKey=PROJECT&limit=25&start=0&expand=body.storage,version from Confluence: Error: Failed to fetch https://confluence.company.com.vn/rest/api/content?spaceKey=PROJECT&limit=25&start=0&expand=body.storage,version from Confluence: 401
anythingllm | at ConfluencePagesLoader.fetchConfluenceData (/app/collector/utils/extensions/Confluence/ConfluenceLoader/index.js:73:13)
anythingllm | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
anythingllm | at async ConfluencePagesLoader.fetchAllPagesInSpace (/app/collector/utils/extensions/Confluence/ConfluenceLoader/index.js:84:18)
anythingllm | at async ConfluencePagesLoader.load (/app/collector/utils/extensions/Confluence/ConfluenceLoader/index.js:42:21)
anythingllm | at async loadConfluence (/app/collector/utils/extensions/Confluence/index.js:57:27)
anythingllm | at async /app/collector/extensions/index.js:139:43 -
Use postman with only username without email can get list pages confluence
-> Don't require @ in field Confluence Username (sefl-hosted deployment type)
Are there known steps to reproduce?
No response