|
All checks were successful
sync-to-forgejo / sync (push) Successful in 20s
The SolidStart frontend (Vinxi 0.5.7) does not mount src/routes/api/* as Nitro handlers in the production build. With only a single path rule pointing to the frontend pod, every /api/* call fell through to SolidStart's Not Found handler and returned the HTML shell page — making the Sign Up button appear to do nothing. Added an /api prefix rule before / so Traefik matches the longer prefix and forwards signup/login/KB requests directly to the nxtgauge-rust-gateway service on port 9100 (same backend that api.nxtgauge.com already uses). Verified: - POST /api/auth/check-email -> 200 application/json - POST /api/auth/register -> 201 application/json - GET / -> 200 text/html (frontend shell) - GET /api/kb/categories -> 200 application/json |
||
|---|---|---|
| .. | ||
| configmap.yaml | ||
| deployment.yaml | ||
| ingress.yaml | ||
| kustomization.yaml | ||
| namespace.yaml | ||
| secret.yaml | ||
| service.yaml | ||