clarify "config service URL is not set in settings" error |
||
Issue description
I am getting this error"
Failed to load cache value. :: {"error":"config service URL is not set in settings", "authority":"AsService", "configSet":"services/qscheduler-swarming-dev", "path":"config.cfg"}
when spinning up a new appengine app. The error description doesn't do much to point me in a useful direction (e.g. which settings do I need to be editing to point a which config service?); and it took me a fair bit of grepping to trace this to luci/config/appengine/gaeconfig/default.go (and I'm still trying to reverse engineer what I need to do from there).
,
Nov 5
Visit /admin/portal and click though links there. The config service URL is luci-config.appspot.com, but there are more steps to make it work.
,
Nov 5
The following revision refers to this bug: https://chromium.googlesource.com/infra/luci/luci-go.git/+/4e81d82d0d6ded7609d0975ad6958ef794273db5 commit 4e81d82d0d6ded7609d0975ad6958ef794273db5 Author: Aviv Keshet <akeshet@chromium.org> Date: Mon Nov 05 23:22:05 2018 luci-config: tweak an error message BUG=chromium:902080 TEST=None Change-Id: I55d92952d3f5b0f671904f5beb4b212c7ea1d186 Reviewed-on: https://chromium-review.googlesource.com/c/1318195 Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Aviv Keshet <akeshet@chromium.org> [modify] https://crrev.com/4e81d82d0d6ded7609d0975ad6958ef794273db5/config/appengine/gaeconfig/default.go
,
Nov 8
|
||
►
Sign in to add a comment |
||
Comment 1 by akes...@chromium.org
, Nov 5