Open Issues Need Help
View All on GitHubAI Summary: The production website is critically broken, unable to communicate with the backend API, which prevents user login and other core functionalities. This issue stems from missing `VITE_API_BASE` and `VITE_API_PATH` environment variables during the GitHub Actions build, causing Vite to bundle `undefined` values and direct API requests to incorrect URLs. The proposed solution is to inject these necessary environment variables via GitHub Secrets.
Complexity:
1/5
bug good first issue