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

Fixed HTML and JavaScript error #124

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mayuribotre15
Copy link

I have fixed all the HTML and JavaScript errors.

I have fixed all the HTML and JavaScript error.
@mayuribotre15
Copy link
Author

mayuribotre15 commented May 21, 2021

I have solved all the following error:
(If still showing error "DevTools failed to load SourceMap: Could not load content net::ERR_HTTP_RESPONSE_CODE_FAILURE"

Open Developer tools or inspect by right-clicking on-page,
go to "Settings" for Developer Tools,
then uncheck Enable JavaScript Source maps and Enable CSS Source maps under the "Sources" settings.
Restart Browser
)

The original index.html file has an error at line 461.

  • Uncaught (in promise) TypeError: Failed to register a ServiceWorker: The URL protocol of the current origin ('null') is not supported. at index.html:461

The service-worker.js also has an error such as

  1. Uncaught (in promise) TypeError: Failed to execute 'Cache' on 'addAll': Request failed

  2. DevTools failed to load SourceMap: Could not load content for file:///D:/Mayuri/Front%20End%20Developer/Github/opensourcediversity.org/vendor/popper.min.js.map: System error: net::ERR_FILE_NOT_FOUND

  3. DevTools failed to load SourceMap: Could not load content for file:///D:/Mayuri/Front%20End%20Developer/Github/opensourcediversity.org/vendor/bootstrap.min.js.map: System error: net::ERR_FILE_NOT_FOUND

  4. 1f33c.png:1 Failed to load resource: net::ERR_FILE_NOT_FOUND

  5. DevTools failed to load SourceMap: Could not load content for file:///D:/Mayuri/Front%20End%20Developer/Github/opensourcediversity.org/vendor/bootstrap.min.css.map: System error: net::ERR_FILE_NOT_FOUND

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

Successfully merging this pull request may close these issues.

None yet

1 participant