Skip to content
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

disappear the annoying error message in wins-feature-1 docker #2029

Closed
2 tasks done
Tracked by #2135
jbubar opened this issue Aug 1, 2021 · 2 comments
Closed
2 tasks done
Tracked by #2135

disappear the annoying error message in wins-feature-1 docker #2029

jbubar opened this issue Aug 1, 2021 · 2 comments
Assignees
Labels
Bug Something isn't working Complexity: Medium Feature: Feature Branch Requires Branching off a Feature Branch instead of gh-pages P-Feature: Wins Page https://www.hackforla.org/wins/ role: back end/devOps Tasks for back-end developers size: missing
Milestone

Comments

@jbubar
Copy link
Member

jbubar commented Aug 1, 2021

Overview

This does not actually break anything.. it is just an annoying error.

See here

Screen Shot 2021-08-01 at 11 28 54 AM

Action Items

  • figure out how to make the error go away
  • remove the error

Resources/Instructions

  • the actual text of the error
    • 808857cc918e_hfla_site | [2021-08-01 13:27:47] ERROR '/assets/js/inert.min.js.map' not found.

Info:

  • a .map file is just for viewing, not for functionality.
  • the inert.js file is helping with accessibility. It helps with making content focusable or not focusable when someone is using tab to navigate through the page
@jbubar jbubar added Bug Something isn't working role: back end/devOps Tasks for back-end developers P-Feature: Wins Page https://www.hackforla.org/wins/ Feature: Feature Branch Requires Branching off a Feature Branch instead of gh-pages Complexity: Medium labels Aug 1, 2021
@jbubar
Copy link
Member Author

jbubar commented Aug 1, 2021

IMPORTANT!!
This issue is working off of a feature branch!
Please follow this wiki before creating a new branch!
how to work off a feature branch

@macho-catt
Copy link
Member

macho-catt commented Aug 20, 2021

The fix is to add the accompanying .map file that the polyfill is supposed to come with. :D

Source: https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Complexity: Medium Feature: Feature Branch Requires Branching off a Feature Branch instead of gh-pages P-Feature: Wins Page https://www.hackforla.org/wins/ role: back end/devOps Tasks for back-end developers size: missing
Projects
Development

No branches or pull requests

4 participants