8000 Page load failure · Issue #511 · PoonLab/covizu · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Page load failure #511

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

Closed
ArtPoon opened this issue Feb 20, 2024 · 3 comments
Closed

Page load failure #511

ArtPoon opened this issue Feb 20, 2024 · 3 comments
Assignees

Comments

@ArtPoon
Copy link
Contributor
ArtPoon commented Feb 20, 2024
Failed to load resource: the server responded with a status of 404 (Not Found)
covizu/:1 Refused to execute script from 'https://filogeneti.ca/covizu/js/gisaid/gisaid.js?random=1' 
          because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.
covizu.js:246 MUTATION ANNOTATION  Object
covizu.js:200 dbstats =  Object
  • The gisaid.js script is responsible for communicating with GISAID's API for retrieving sample-specific acknowledgement information (e.g. contributing lab).
  • The second and third items (lines 246 and 200) are leftover console log messages from development and need to be removed.
@ArtPoon
Copy link
Contributor Author
ArtPoon commented Feb 20, 2024

This file js/gisaid/gisaid.js appears to be absent from the Docker instance, even though the file is present on the server itself (at /var/www/html/covizu), leading to 404 errors

@ArtPoon
Copy link
Contributor Author
ArtPoon commented Feb 20, 2024

Add an endpoint to notify us if website is not up.

@GopiGugan
Copy link
Contributor

The issue was that the COPY instruction in the Dockerfile was not copying subdirectories. After updating the Dockerfile and rebuilding the docker image, the issue was resolved

@ArtPoon ArtPoon closed this as completed Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0