nxtgauge-frontend-solid/src
Tracewebstudio Dev 49b979eb16
All checks were successful
build-and-release / build (push) Successful in 1m40s
fix: eliminate API prefix double-encoding across all dashboard components
All dashboard pages and widgets had one of three bugs:
- const API = "/api" combined with paths already starting /api → double prefix
- const API = '/api/gateway' → nonexistent gateway path prefix
- cleanPath stripping /api off paths when API was set to ""

Fix: set const API = "" uniformly and remove cleanPath rewrite in all 30+
affected files (CompanyJobsPage, CompanyApplicationsPage, CreditsPage,
JobSeekerJobsPage, CustomerRequirementsPage, all widgets, etc.).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-18 11:40:20 +02:00
..
components fix: eliminate API prefix double-encoding across all dashboard components 2026-07-18 11:40:20 +02:00
data feat: improve Help Center UI with mixed dark/light theme and structured content 2026-04-09 21:52:16 +02:00
hooks fix: local dev proxy, TypeScript errors, and test quality 2026-07-17 00:47:32 +02:00
lib fix(api): stop routing through a nonexistent /api/gateway rewrite layer 2026-07-15 01:17:44 +05:30
routes fix: eliminate API prefix double-encoding across all dashboard components 2026-07-18 11:40:20 +02:00
stories chore: checkpoint workspace updates 2026-04-26 23:58:43 +02:00
test fix: local dev proxy, TypeScript errors, and test quality 2026-07-17 00:47:32 +02:00
app.css fix: Update buttons from orange to navy blue for accessibility WCAG AA compliance 2026-07-07 05:07:28 +05:30
app.tsx fix(frontend): use nxtgauge browser branding 2026-06-14 18:56:33 +05:30
entry-client.tsx feat: align solid public pages and auth flows with nextjs parity 2026-03-17 15:35:58 +01:00
entry-server.tsx feat: Implement light theme for NXTGAUGE 2026-07-06 22:39:48 +05:30
global.d.ts fix: local dev proxy, TypeScript errors, and test quality 2026-07-17 00:47:32 +02:00
middleware.ts fix: local dev proxy, TypeScript errors, and test quality 2026-07-17 00:47:32 +02:00