-
Notifications
You must be signed in to change notification settings - Fork 110
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
Cannot index pages when using a custom port #461
Comments
Got a reponse from @s-pace on the docsearch repo:
|
Ok so after double checking, it seems to be because i'm running on 8080. For a bit of context, I'm indexing a private website. So I'm running it locally and I have a Jenkins job running the docsearch docker image on it. How much effort would it be to allow other ports? |
It just how we parse the URL, using a port will broke everything. I would recommend you to use a local DNS |
Thanks for the answer. Anyway, as a first improvement, I think this should be clearly documented. |
This is not a good practice to use a port when live, this is why we do not document it. Thanks for sharing, I would recommend you to use the default 80 port and avoid to precise it. 🙏 |
It just hit me as well. I too think that it should be at least documented or generate a meaningful error. It's a regular procedure to develop and test a website on localhost port 8080, which makes this bug (?) a perfect beginners' trap. |
Ok |
Let me start by saying I really appreciate you guys making this tool open source, it's amazing. Now, I just got hit by this as well, and it took me many hours before finding this thread.
isn't a good justification. Tons of people run on non default ports. This should at a minimum be documented. |
Same here. Let me also say that I genuinely like Algolia, but this here is a bit ignorant
I also spend a good few hours on this and still have no workaround. |
Gonna up this one cause we need that port feature to test the scraper on a dev environment |
Hi,
I've been using Docsearch without issue for weeks, but it suddenly seems that most of my content is not indexed.
I'm running a static website built using Sphinx and I host it on locally on
localhost:8080
.I'm indexing it at the moment running a local install of docsearch (updated to the lastest master), and I'm using the following config:
I get the following output from docsearch:
What I notice is that the crawler does not seem to go into
/docs/*
, and/abc-cloud/*
, only the pages that are starting urls are crawled.I do I make the crawler recursive?
Thank you
The text was updated successfully, but these errors were encountered: