product · inferred from evidence
Lago
A software product being deployed, referenced by version and container setup.
- Lago one-click Docker: 'An error occured, please restart the application' when adding Stripe integration
The 500 came from Lago's Segment analytics call, not from Stripe. Workaround confirmed by the reporter: disable Segment by adding `-e LAGO_DISABLE_SEGMENT="true"` to the docker run command — the Segment error disappears after that. The main
- Lago 1.8.2 docker-compose startup fails: OpenSSL::PKey::RSAError: Neither PUB key nor PRIV key
Generate an RSA private key and set it before starting: `echo "LAGO_RSA_PRIVATE_KEY=\"$(openssl genrsa 2048 | base64)\"" >> .env` then `source .env`. The maintainer confirmed the missing key was the cause of the crash. On the mis-tagged ima