[GH-ISSUE #1772] [BUG]: Confluence crawler incorrectly does not accept subdomains #1157

Closed
opened 2026-02-22 18:23:24 -05:00 by yindo · 2 comments
Owner

Originally created by @Matti-Koopa on GitHub (Jun 27, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1772

Originally assigned to: @shatfield4 on GitHub.

How are you running AnythingLLM?

Docker (local)

What happened?

Subdomains seem to be only supported for normal TLDs.
Something like https://confluence.myorg.at/display/SPACE/* works.
Something like https://confluence.myorg.gv.at/display/SPACE/* doesn't work.
Apparently it uses regular expression to check if an URL is valid, but it's hardcoded to only check for a single or no subdomain at all.

Are there known steps to reproduce?

Click Data Connectors, click Confluence, enter the URL, click Submit, get error

Originally created by @Matti-Koopa on GitHub (Jun 27, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1772 Originally assigned to: @shatfield4 on GitHub. ### How are you running AnythingLLM? Docker (local) ### What happened? Subdomains seem to be only supported for normal TLDs. Something like `https://confluence.myorg.at/display/SPACE/*` works. Something like `https://confluence.myorg.gv.at/display/SPACE/*` doesn't work. Apparently it uses regular expression to check if an URL is valid, but it's hardcoded to only check for a single or no subdomain at all. ### Are there known steps to reproduce? Click Data Connectors, click Confluence, enter the URL, click Submit, get error
yindo added the possible buginvestigating labels 2026-02-22 18:23:24 -05:00
yindo closed this issue 2026-02-22 18:23:24 -05:00
Author
Owner

@JayCroghan commented on GitHub (Jul 11, 2024):

I'm assuming this is also why it doesn't work when there is a port in the URL??

Mine is http://DOMAIN.net:8090/display/PRJ and it tells me it's not in the correct format.

@JayCroghan commented on GitHub (Jul 11, 2024): I'm assuming this is also why it doesn't work when there is a port in the URL?? Mine is http://DOMAIN.net:8090/display/PRJ and it tells me it's not in the correct format.
Author
Owner

@derkoe commented on GitHub (Aug 12, 2024):

And you can also run confluence under a context path - which also does not work. For example:

https://my.domain.com/confluence/display/myspace/*
@derkoe commented on GitHub (Aug 12, 2024): And you can also run confluence under a context path - which also does not work. For example: ``` https://my.domain.com/confluence/display/myspace/* ```
yindo changed title from [BUG]: Confluence crawler incorrectly does not accept subdomains to [GH-ISSUE #1772] [BUG]: Confluence crawler incorrectly does not accept subdomains 2026-06-05 14:39:15 -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#1157