What is the required structure for a knowledgebase data source to properly work / crawl?
On my news page: https://machinesitalia.org/news/ the articles are scraped properly, where it pages through each /news/article/ and makes a document.
However, on my company directory:
https://machinesitalia.org/companies
The scraper only seems to grab URLs like: /companies?page=2
Instead of the expected /company/{company-name-1}
Even when I created a data source, then manually pasted in all 900 URLs, it would only read the URL from the first line then it would say “Completed” and never created a 2nd doc / scraped the 2nd URL