isker / neogrok

Neogrok is a frontend for zoekt, a fast and scalable code search engine.
https://neogrok-demo-web.fly.dev
MIT License
28 stars 2 forks source link

Neogrok fails to parse Zoekt webserver response #28

Closed kusum18 closed 3 months ago

kusum18 commented 3 months ago

Hi

The latest versions of Neogrok and Zoekt web server are not compatible with each other. The API request is not generating JSON response and is now only returning HTML response which is not parseable on Neogrok and results in no results on UI.

Any help to fix this will be highly appreciated.

isker commented 3 months ago

Are you using the exact same flags to zoekt-webserver as the example dockerfiles in this repo do? If you don’t pass the right flags, this is an outcome you can get.

isker commented 3 months ago

https://github.com/isker/neogrok/blob/343763a84a32c5ecf204afd4a7d008f4cb084a07/demo/Dockerfile.zoekt#L31

kusum18 commented 3 months ago

Thank you.

It will be great to update the homepage.

isker commented 3 months ago

It's there: https://github.com/isker/neogrok?tab=readme-ov-file#deploying