Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Confluence crawler incorrectly does not accept subdomains #1772

Open
Matti-Koopa opened this issue Jun 27, 2024 · 2 comments · May be fixed by #2118
Open

[BUG]: Confluence crawler incorrectly does not accept subdomains #1772

Matti-Koopa opened this issue Jun 27, 2024 · 2 comments · May be fixed by #2118
Assignees
Labels
investigating Core team or maintainer will or is currently looking into this issue possible bug Bug was reported but is not confirmed or is unable to be replicated.

Comments

@Matti-Koopa
Copy link

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

@Matti-Koopa Matti-Koopa added the possible bug Bug was reported but is not confirmed or is unable to be replicated. label Jun 27, 2024
@JayCroghan
Copy link

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.

@derkoe
Copy link

derkoe commented 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/*

@timothycarambat timothycarambat added the investigating Core team or maintainer will or is currently looking into this issue label Aug 12, 2024
@shatfield4 shatfield4 linked a pull request Aug 14, 2024 that will close this issue
10 tasks
@shatfield4 shatfield4 linked a pull request Aug 14, 2024 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating Core team or maintainer will or is currently looking into this issue possible bug Bug was reported but is not confirmed or is unable to be replicated.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants