This commit is contained in:
Tom Limoncelli 2019-04-17 11:21:27 -04:00
parent fa319f4934
commit 2f1a8f4359

View file

@ -67,8 +67,8 @@ integration_test.go:140: api returned unexpected response: invalid character '<'
``` ```
This error means an invalid URL is being used to reach the API This error means an invalid URL is being used to reach the API
endpoint. It usually means a setting is `api.name.com/api` when you endpoint. It usually means a setting is `api.name.com/api` when
should specify just `api.name.com` (remove the `/api`). `api.name.com` is correct (i.e. remove the `/api`).
In integration tests: In integration tests:
@ -93,4 +93,5 @@ You meant to do something like `export NAMEDOTCOM_URL='api.name.com' instead.
In production, the `apiurl` setting in creds.json needs to be In production, the `apiurl` setting in creds.json needs to be
adjusted. You can simply leave this option out and use the default, adjusted. You can simply leave this option out and use the default,
which is correct. which is correct. If you are using the EO&T system, leave the
protocol (`http://`) off the URL.