[GH-ISSUE #2080] admin page service connections browser - status error #1298

Closed
opened 2026-03-02 11:56:21 +03:00 by kerem · 2 comments
Owner

Originally created by @timhuangt on GitHub (Oct 30, 2025).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/2080

Describe the Bug

On admin page, service connections browser status check error, since karakeep/packages/trpc/routers/admin.ts line 498 use the container name but not ip, so got result 500 internal server error.

In crawlerWorker karakeep/apps/workers/workers/crawlerWorker.ts line 198 to 208, lookup container name to ip, so the crawlerWorker working well, not direct use the container name to work.

Please check the admin page code to fix the browser status checking.

Steps to Reproduce

  1. Admin login first
  2. mouse over avatar and click admin settings
  3. find out the browser - browserless/chrome status : 500 Internal server error

Expected Behaviour

On admin page, provide correct status of browserless/chrome status.

Screenshots or Additional Context

No response

Device Details

No response

Exact Karakeep Version

0.27.1 nightly builds

Have you checked the troubleshooting guide?

  • I have checked the troubleshooting guide and I haven't found a solution to my problem
Originally created by @timhuangt on GitHub (Oct 30, 2025). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/2080 ### Describe the Bug On admin page, service connections browser status check error, since karakeep/packages/trpc/routers/admin.ts line 498 use the container name but not ip, so got result 500 internal server error. In crawlerWorker karakeep/apps/workers/workers/crawlerWorker.ts line 198 to 208, lookup container name to ip, so the crawlerWorker working well, not direct use the container name to work. Please check the admin page code to fix the browser status checking. ### Steps to Reproduce 1. Admin login first 2. mouse over avatar and click admin settings 3. find out the browser - browserless/chrome status : 500 Internal server error ### Expected Behaviour On admin page, provide correct status of browserless/chrome status. ### Screenshots or Additional Context _No response_ ### Device Details _No response_ ### Exact Karakeep Version ~~0.27.1~~ nightly builds ### Have you checked the troubleshooting guide? - [x] I have checked the troubleshooting guide and I haven't found a solution to my problem
kerem 2026-03-02 11:56:21 +03:00
Author
Owner

@MohamedBassem commented on GitHub (Oct 30, 2025):

yeah, I'm aware of this issue but are you sure you're on 0.27.1? This feature is only in the nightly builds.

<!-- gh-comment-id:3470730709 --> @MohamedBassem commented on GitHub (Oct 30, 2025): yeah, I'm aware of this issue but are you sure you're on 0.27.1? This feature is only in the nightly builds.
Author
Owner

@timhuangt commented on GitHub (Oct 31, 2025):

Hi Mohanme, Thank you for your kind response.
Your are absolutely right. After I check my installed version, it's nightly builds not 0.27.1.
I've deployed 0.27.1, and the feature is not shown.
I updated the original bug report with correct version. (with the strikeout 0.27.1).

<!-- gh-comment-id:3470787873 --> @timhuangt commented on GitHub (Oct 31, 2025): Hi Mohanme, Thank you for your kind response. Your are absolutely right. After I check my installed version, it's nightly builds not 0.27.1. I've deployed 0.27.1, and the feature is not shown. I updated the original bug report with correct version. (with the strikeout 0.27.1).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1298
No description provided.