Open Issues Need Help
View All on GitHubAI Summary: A critical bug is preventing the production website from communicating with its backend API. This is caused by missing environment variables (VITE_API_BASE, VITE_API_PATH) during the GitHub Actions build process, leading API requests to incorrectly target '/undefined/'. The issue can be resolved by injecting these environment variables via GitHub Secrets.
Complexity:
2/5
bug good first issue