Ashwin Kumar Sivakumar
|
aabfacc735
|
fix: route client /api/* through /api/gateway/* proxy\n\nLogin, signup, forgot-password, dashboard, contact, help-center, and all dashboard component fetches were calling bare /api/* paths. The SolidStart server has no /api/auth/*, /api/support/*, or /api/kb/* handlers -- only /api/gateway/[...path] proxies to the Rust gateway. So those calls returned HTML (SPA catch-all), the JSON parse threw silently, and the buttons looked dead. Sign In / Sign Up / Forgot Password all appeared to be no-ops.\n\nThis routes every client-side fetch through the existing gateway proxy, matching the pattern already used by src/lib/api.ts.\n\nAlso fixes hardcoded test121 -> test111 in canonical/og:url tags across index, professionals, help-center, and RoleLandingPage.
|
2026-06-11 14:10:10 +05:30 |
|
Tracewebstudio Dev
|
eee67d9ff7
|
Update components (CaptchaCanvas, DashboardLayout, MyDashboardPage, PortfolioPage, ProfilePage), form-validation, routes (dashboard, login, signup), app.css, add e2e tests and helpers, add manual test files and config
|
2026-05-08 15:34:49 +02:00 |
|
Tracewebstudio Dev
|
d3f3850e1d
|
fix(wallet): fetch pricing by concrete role key
|
2026-04-29 09:59:41 +02:00 |
|
Ashwin Kumar
|
e2c91fb413
|
fix(build): restore dashboard layout + api client compatibility
|
2026-04-10 20:20:00 +02:00 |
|