Both stores hardcoded /api/* paths without reading VITE_API_BASE, causing /api/session to hit the menagerie root (no /snipe prefix) and receive a 302 redirect to circuitforge.tech/login instead of a session response. Every other store already read VITE_API_BASE correctly. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| uno.config.ts | ||
| vite.config.ts | ||