|
All checks were successful
build-and-release / build (push) Successful in 1m40s
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> |
||
|---|---|---|
| .. | ||
| admin | ||
| AskAsh | ||
| dashboard | ||
| AiChatWidget.tsx | ||
| ArticleContent.tsx | ||
| CaptchaCanvas.tsx | ||
| DashboardLayout.tsx | ||
| DashboardShell.tsx | ||
| NotificationBell.tsx | ||
| OpportunityGraph.tsx | ||
| PublicBackground.tsx | ||
| PublicFooter.tsx | ||
| PublicHeader.tsx | ||
| PublicLanding.tsx | ||
| RoleLandingPage.tsx | ||
| SessionTimer.tsx | ||