mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-03-02 22:57:05 -05:00
[BUG]: Confluence date connector url misses /wiki in url #2713
Labels
No labels
Desktop
Docker
Integration Request
Integration Request
OS: Linux
OS: Mobile
OS: Windows
UI/UX
blocked
bug
bug
core-team-only
documentation
duplicate
embed-widget
enhancement
feature request
github_actions
good first issue
investigating
needs info / can't replicate
possible bug
question
stage: specifications
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anything-llm#2713
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
/wikiafteratlassian.nete.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?
Show citationsselect any entry@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.
@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.
@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
cloudgithub.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)