[GH-ISSUE #69] Unbreak #38

Closed
opened 2026-02-15 18:17:08 -05:00 by yindo · 1 comment
Owner

Originally created by @rlancemartin on GitHub (Apr 27, 2023).
Original GitHub issue: https://github.com/langchain-ai/auto-evaluator/issues/69

Originally assigned to: @dankolesnikov on GitHub.

In https://github.com/langchain-ai/auto-evaluator/commit/7b3ef16a435831012c27bcd46378a3e60d80c954 we removed doppler -

"dev": "doppler run -- next dev",

Removal of doppler means that some env variables were missing.

Both local (main) and prod are broken.

Adding these env variables to .env.local fixes local -

NEXT_PUBLIC_EVALUATOR_API_URL="http://127.0.0.1:8000"
NEXT_PUBLIC_API_URL="http://127.0.0.1:8000"

What is required for prod to work?

Originally created by @rlancemartin on GitHub (Apr 27, 2023). Original GitHub issue: https://github.com/langchain-ai/auto-evaluator/issues/69 Originally assigned to: @dankolesnikov on GitHub. In https://github.com/langchain-ai/auto-evaluator/commit/7b3ef16a435831012c27bcd46378a3e60d80c954 we removed doppler - ` "dev": "doppler run -- next dev",` Removal of doppler means that some env variables were missing. Both local (`main`) and prod are broken. Adding these env variables to `.env.local` fixes local - ``` NEXT_PUBLIC_EVALUATOR_API_URL="http://127.0.0.1:8000" NEXT_PUBLIC_API_URL="http://127.0.0.1:8000" ``` What is required for `prod` to work?
yindo closed this issue 2026-02-15 18:17:08 -05:00
Author
Owner

@rlancemartin commented on GitHub (Apr 28, 2023):

Prod was broken due to LC version increase (back-end was down).

@rlancemartin commented on GitHub (Apr 28, 2023): Prod was broken due to LC version increase (back-end was down).
yindo changed title from Unbreak to [GH-ISSUE #69] Unbreak 2026-06-05 17:14:10 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/auto-evaluator#38