rswag-online/frontend
Jeff Emmett 4b75464b93 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:48:14 -08:00
..
app fix: handle non-JSON error responses in design pipeline 2026-02-25 17:48:14 -08:00
components Add landing page from rswag-online, update ecosystem emojis 2026-02-25 13:33:43 -08:00
lib fix: enlarge shirt print area for more realistic sizing 2026-02-24 15:48:03 -08:00
public feat: photorealistic mockups and professional storefront 2026-02-24 15:43:49 -08:00
stores feat: add EncryptID auth + consistent rApp header bar 2026-02-24 22:33:04 -08:00
vendor/@encryptid/sdk feat: add EncryptID auth + consistent rApp header bar 2026-02-24 22:33:04 -08:00
Dockerfile feat: add EncryptID auth + consistent rApp header bar 2026-02-24 22:33:04 -08:00
middleware.ts feat: add fungiswag.jeffemmett.com as custom domain for Fungi Flows 2026-02-18 12:45:21 -07:00
next-env.d.ts Initial commit: rSwag - merch store for the rSpace ecosystem 2026-02-18 03:24:22 -07:00
next.config.mjs Initial commit: rSwag - merch store for the rSpace ecosystem 2026-02-18 03:24:22 -07:00
package-lock.json feat: add EncryptID auth + consistent rApp header bar 2026-02-24 22:33:04 -08:00
package.json feat: add EncryptID auth + consistent rApp header bar 2026-02-24 22:33:04 -08:00
postcss.config.mjs Initial commit: rSwag - merch store for the rSpace ecosystem 2026-02-18 03:24:22 -07:00
tailwind.config.ts Initial commit: rSwag - merch store for the rSpace ecosystem 2026-02-18 03:24:22 -07:00
tsconfig.json Initial commit: rSwag - merch store for the rSpace ecosystem 2026-02-18 03:24:22 -07:00