ClinGen / stanford-hci

Stanford ClinGen's HLA curation interface
MIT License
0 stars 0 forks source link

Chrome DevTools can't find PNG #32

Open liammulh opened 2 months ago

liammulh commented 2 months ago

I'm seeing the following error in the DevTools console when I go to the DevTools Application tab:

GET http://localhost:8000/android-chrome-192x192.png 404 (Not Found)
localhost/:1 Error while trying to use the following icon from the Manifest: http://localhost:8000/android-chrome-192x192.png (Download error or resource isn't a valid image)

Steps to reproduce:

  1. Load the home page when signed in. (It probably doesn't matter if you're signed in.)
  2. Open Chrome's DevTools.
  3. Navigate to the Application tab.
liammulh commented 1 week ago

I'm still able to reproduce this after merging in the django-docker-example changes.