rswag-online/backend
Jeff Emmett 3a02c84b94 fix: handle non-JSON error responses in design pipeline
Frontend was crashing with "Unexpected token 'I'" when the backend
returned plain text errors (e.g. "Internal Server Error" from proxy).
Now safely falls back to response.text() when JSON parsing fails.
Also prevents backend from swallowing HTTPException in catch-all.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 17:16:31 -08:00
..
alembic feat: replace Stripe with Mollie payments + TBFF revenue split to bonding curve 2026-02-18 13:16:39 -07:00
app fix: handle non-JSON error responses in design pipeline 2026-02-25 17:16:31 -08:00
Dockerfile feat: wire rswag backend to pull secrets from Infisical at startup 2026-02-23 19:36:35 -08:00
alembic.ini Initial commit: rSwag - merch store for the rSpace ecosystem 2026-02-18 03:24:22 -07:00
entrypoint.sh fix: fetch all SMTP config (host, user, password) from claude-ops 2026-02-25 00:19:52 -08:00
pyproject.toml feat: replace Stripe with Mollie payments + TBFF revenue split to bonding curve 2026-02-18 13:16:39 -07:00
requirements.txt feat: add order confirmation and shipping notification emails 2026-02-24 23:33:22 -08:00