docs/ops: merchant portal instance ids must be lowercase (avoid 401)
Document that mixed-case instance ids yield odd HTTP 401 in webui/API. Lowercase MERCHANT_INSTANCE / shop paths defensively in monitoring and landings.
This commit is contained in:
parent
57cf9aa2a1
commit
ba48f334ea
9 changed files with 44 additions and 8 deletions
|
|
@ -30,6 +30,13 @@ Automatic import needs:
|
|||
|
||||
SMS backends are symlinks into `/var/taler-src/...` (not copied).
|
||||
|
||||
## Portal / instance IDs: **lowercase only**
|
||||
|
||||
Merchant SPA (`/webui/`) and `/instances/{id}/…` require **lowercase** instance
|
||||
ids. Uppercase or mixed case → **weird HTTP 401** (looks like bad password).
|
||||
Display names may be mixed case; **ids must be lowercase** (`goa-shop`, not
|
||||
`Goa-Shop`). See `configs/taler-hacktivism/README.md`.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue