Skip to content

JavaScript Console Errors Across Multiple Pages on Meshery.io #2434

@Bhumikagarggg

Description

@Bhumikagarggg

Description

Multiple pages on the Meshery.io website are throwing JavaScript console errors related to missing DOM elements. These errors occur because scripts are attempting to access elements that are not present (e.g., calling addEventListener on null or reading style on undefined).
This may impact page behavior such as modals, animations, or user interactions.

Pages affected (observed so far):
https://meshery.io/brand
https://meshery.io/extensions
https://meshery.io/calendar
https://meshery.io/subscribe
https://meshery.io/catalog

Expected Behavior

No JavaScript errors should appear in the console.
Scripts should only attach event listeners or modify styles on elements that exist in the DOM.
The site should degrade gracefully even when an element is missing.

Screenshots

Image Image Image Image

Environment:

  • OS: Mac
  • Browser: Chrome
  • Version:
  • Device: Desktop Mobile

Contributor Guides and Handbook

The meshery.io website uses Jekyll and GitHub Pages. Site content is found under the master branch.

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions