da0b90ce33be1e7a018cd37b038da94402d2eb89
The frontend code uses VITE_API_BASE_URL but docker-compose files and .env.example were setting VITE_API_URL, causing the login redirect to fall back to localhost:8000. - Update docker-compose.traefik.yml: VITE_API_URL → VITE_API_BASE_URL - Update docker-compose.yml: VITE_API_URL → VITE_API_BASE_URL - Update .env.example: VITE_API_URL → VITE_API_BASE_URL
Description
No description provided
Languages
Python
53.8%
TypeScript
36.7%
CSS
5%
HTML
3.4%
Dockerfile
0.4%
Other
0.6%