-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated report is blank #2202
Comments
Based on some initial investigation, seems like the issue might be with GitHub pages deploying sites built with Vite. Locally, the RepoSense build and frontend build work correctly. This can also be seen in the CI run log output. However, deploying sites built with Vite on GitHub Pages requires configuring the However, since RepoSense reports will be deployed on multiple GitHub Pages URLs, this will require introducing a new environment variable to specify the The issue may also be related to #2194 instead, as many of our Surge deployments are also not working (even before the migration to Vite). |
I have verified that the issue is due to the Vite config requirements for GitHub pages. Specifying For now, I have created a PR to revert back to Vue CLI. Considering that Vue CLI is in maintenance mode and has security issues with dependencies, we can consider switching back to Vite later with a better solution. |
Thanks for the investigation @ckcherry23 |
Example https://nus-tic2002-ay2324s2.github.io/ip-dashboard/
The text was updated successfully, but these errors were encountered: