1daac47951631a43f0652cb92109cf94745599ba
In Traefik deployment, API and web are on different domains. Frontend was using relative paths (/auth/login) which resolved to the web domain instead of the API domain. - Update LoginRedirectPage to use VITE_API_BASE_URL for login link - Update apiClient 401 interceptor to redirect to full API URL - Ensures OAuth flow works correctly with separate domains
Description
No description provided
Languages
Python
53.8%
TypeScript
36.7%
CSS
5%
HTML
3.4%
Dockerfile
0.4%
Other
0.6%