Skip to content

bug Failed to load module script type checking error #97

@JamieBort

Description

@JamieBort

Describe the bug
A clear and concise description of what the bug is.

Failed to load module script: Expected a JavaScript-or-Wasm module script but the server responded with a MIME type of "application/octet-stream". Strict MIME type checking is enforced for module scripts per HTML spec. errror

To Reproduce
Steps to reproduce the behavior:

  1. Navigate to the live site: https://jamiebort.com/
  2. Open up Dev Tools.
  3. Select the Console tab.
  4. Look for warning in the screenshot.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Image

Desktop (please complete the following information):

  • OS: macos
  • Browser chrome
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

To Do
Create an issue and a branch for each of these.

  • Create a new branch. Use the branch associated with the Parent Issue as the Branch Source. Checkout the new branch.

  • Address issue.

  • Administrative cleanup.

    • In this https://github.com/users/JamieBort/projects/1/views/4, all In Progress Issues with Rebuild Frontend milestone assignments should be closed out.

    • Add significant comments to the code that I added. And to any other code that should have some explanation.
      To facilitate this process, compare the code between the current commit and the most recent commit from the parent branch. git commit -m "Add comments."

    • Clean up and organize AI Queries.

    • Address Future features below.

    • Remove all files that begin with copy_ in their name. git commit -m "Remove superfluous files."

    • Address all TODO: comments. git commit -m "Address TODO comments."

    • Remove all old commented out code. git commit -m "Remove all old commented out code."

    • Verify the app works live on THIS branch. git commit -m "Push changes to view on live site. Issue #issue_number.

    • Push current branch with this comment git commit -m "Fixes #issue_number"

    • Merge this branch into the parent branch.

    • Verify the app works live on PARENT branch.

    • Remove all merged branches, backup branches, and the like.

    • Push to master before proceeding on to the other issues/branches. To make sure nothing broke.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behaviorhelp wantedIndicates that a maintainer wants help on an issue or pull request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions