[BUG]: Confluence date connector url misses /wiki in url #2713

Open
opened 2026-02-28 06:16:44 -05:00 by deekerman · 3 comments
Owner

Originally created by @LennartRoeder on GitHub (Jul 31, 2025).

Originally assigned to: @shatfield4, @timothycarambat on GitHub.

How are you running AnythingLLM?

All versions

What happened?

Hi,
The connector correctly shows the content of our confluence, but inside the citations the link to the original misses /wiki after atlassian.net
e.g.
https://<SUBDOMAIN>.atlassian.net/spaces/<SPACE_NAME>/pages/<ID>?payload=... (broken link)
https://<SUBDOMAIN>.atlassian.net/wiki/spaces/<SPACE_NAME>/pages/<ID>?payload=... (correct link)

I am not sure if atlassian changed this in the past, but I don't think we are doing something special, so hopefully this can easily be fixed.

Are there known steps to reproduce?

  1. Import confluence pages
  2. ask ai about something confluence related (used model: qwen3:30b-a3b-instruct-2507-q4_K_M)
  3. click Show citations select any entry
  4. click title with link to confluence (leads to 404)
Originally created by @LennartRoeder on GitHub (Jul 31, 2025). Originally assigned to: @shatfield4, @timothycarambat on GitHub. ### How are you running AnythingLLM? All versions ### What happened? Hi, The connector correctly shows the content of our confluence, but inside the citations the link to the original misses `/wiki` after `atlassian.net` e.g. `https://<SUBDOMAIN>.atlassian.net/spaces/<SPACE_NAME>/pages/<ID>?payload=...` (broken link) `https://<SUBDOMAIN>.atlassian.net/wiki/spaces/<SPACE_NAME>/pages/<ID>?payload=...` (correct link) I am not sure if atlassian changed this in the past, but I don't think we are doing something special, so hopefully this can easily be fixed. ### Are there known steps to reproduce? 1. Import confluence pages 2. ask ai about something confluence related (used model: qwen3:30b-a3b-instruct-2507-q4_K_M) 3. click `Show citations` select any entry 4. click title with link to confluence (leads to 404)
Author
Owner

@timothycarambat commented on GitHub (Jul 31, 2025):

Similar, but closed as a stale issue:
https://github.com/Mintplex-Labs/anything-llm/issues/3974

I am growing to absolutely despise the apparently thousands of ways Confulence can be hosted and deployed since it seemingly is inifite! This is just the normal hosted version - right? Would love to fix this since that is a very annoying UX bug.

@timothycarambat commented on GitHub (Jul 31, 2025): Similar, but closed as a stale issue: https://github.com/Mintplex-Labs/anything-llm/issues/3974 I am growing to absolutely despise the apparently thousands of ways Confulence can be hosted and deployed since it seemingly is inifite! This is just the normal hosted version - right? Would love to fix this since that is a very annoying UX bug.
Author
Owner

@LennartRoeder commented on GitHub (Jul 31, 2025):

@timothycarambat yes, I can imaging, but in our case we are using the atlassian hosted version, so it should be the absolute default use-case.

@LennartRoeder commented on GitHub (Jul 31, 2025): @timothycarambat yes, I can imaging, but in our case we are using the atlassian hosted version, so it should be the absolute default use-case.
Author
Owner

@timothycarambat commented on GitHub (Jul 31, 2025):

Think this is just a page-mapping issue. I know we use wiki when the endpoint is defined as cloud
github.com/Mintplex-Labs/anything-llm@4b7932f9e1/collector/utils/extensions/Confluence/ConfluenceLoader/index.js (L78-L94)

Will investigate this 👍

EDIT: here is the bug im pretty sure
github.com/Mintplex-Labs/anything-llm@4b7932f9e1/collector/utils/extensions/Confluence/ConfluenceLoader/index.js (L123)

@timothycarambat commented on GitHub (Jul 31, 2025): Think this is just a page-mapping issue. I know we use wiki when the endpoint is defined as `cloud` https://github.com/Mintplex-Labs/anything-llm/blob/4b7932f9e1d315f5413cc1db5507e42be8771e23/collector/utils/extensions/Confluence/ConfluenceLoader/index.js#L78-L94 Will investigate this 👍 EDIT: here is the bug im pretty sure https://github.com/Mintplex-Labs/anything-llm/blob/4b7932f9e1d315f5413cc1db5507e42be8771e23/collector/utils/extensions/Confluence/ConfluenceLoader/index.js#L123
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anything-llm#2713
No description provided.