[GH-ISSUE #2321] [BUG]: customDomain of confluence ingest is not working properly #1517

Closed
opened 2026-02-22 18:25:13 -05:00 by yindo · 0 comments
Owner

Originally created by @oicu0619 on GitHub (Sep 19, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2321

Originally assigned to: @shatfield4 on GitHub.

How are you running AnythingLLM?

Local development

What happened?

https://github.com/Mintplex-Labs/anything-llm/blob/b25298c04a4c81cc4203f1aa88a1ae4609ce7337/collector/utils/extensions/Confluence/index.js#L208-L213, the customDomain variable is not defined anywhere.
if i want to ingest a confluence from a custom domain, it seems to throw exception at code there, and do not proceed.

curl -X POST "http://localhost:3001/api/ext/confluence" \
     -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwidXNlcm5hbWUiOiJtYW5hZ2VyIiwiaWF0IjoxNzI2NzMzNzIwLCJleHAiOjE3MjkzMjU3MjB9.ZcSZkFBiDjS6fNMnhGJYQPm8k7wlR-tHETC3Wq9jGTk" \
     -H "Content-Type: text/plain;charset=UTF-8" \
     -d '{"pageUrl":"https://test.localhost/display/test","username":"test@test.com","accessToken":"test"}'

Are there known steps to reproduce?

No response

Originally created by @oicu0619 on GitHub (Sep 19, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2321 Originally assigned to: @shatfield4 on GitHub. ### How are you running AnythingLLM? Local development ### What happened? https://github.com/Mintplex-Labs/anything-llm/blob/b25298c04a4c81cc4203f1aa88a1ae4609ce7337/collector/utils/extensions/Confluence/index.js#L208-L213, the customDomain variable is not defined anywhere. if i want to ingest a confluence from a custom domain, it seems to throw exception at code there, and do not proceed. ``` curl -X POST "http://localhost:3001/api/ext/confluence" \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwidXNlcm5hbWUiOiJtYW5hZ2VyIiwiaWF0IjoxNzI2NzMzNzIwLCJleHAiOjE3MjkzMjU3MjB9.ZcSZkFBiDjS6fNMnhGJYQPm8k7wlR-tHETC3Wq9jGTk" \ -H "Content-Type: text/plain;charset=UTF-8" \ -d '{"pageUrl":"https://test.localhost/display/test","username":"test@test.com","accessToken":"test"}' ``` ### Are there known steps to reproduce? _No response_
yindo added the possible bug label 2026-02-22 18:25:13 -05:00
yindo closed this issue 2026-02-22 18:25:13 -05:00
yindo changed title from [BUG]: customDomain of confluence ingest is not working properly to [GH-ISSUE #2321] [BUG]: customDomain of confluence ingest is not working properly 2026-06-05 14:41:11 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1517