I'm trying to use the library, however after authenticating with Drupal. I get a page not found error for the path /droogle. The path is not defined in droogle.routing.php, so this makes sense. I'm happy to create a patch to do what needs to be done, but it's not clear what is supposed to be happening at this page, so I don't know what to create for a patch.

Marking this as critical, as the module cannot be used due to this issue.

Comments

Jaypan created an issue. See original summary.

munish.kumar’s picture

Hi Jaypan,

I have the same issue /droogle not found, because it is not defined in the droogle.routing.yml file. I have solved this issue by replacing admin/content/droogle to /droogle.

Now it works fine for me.

Thanks,
Munish

teemuaro’s picture

Status: Active » Needs review
StatusFileSize
new752 bytes

If I understand this correctly, the path /droogle was updated to /admin/content/droogle but the constant DROOGLE_BROWSER_URL was left behind. Here's a patch that should fix the problem and update README.

teemuaro’s picture

Version: 8.x-2.1 » 8.x-2.x-dev
Component: User interface » Code
oakulm’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me. Patch fixes the problem. My tests show the same results as the comment #2