Skip to content

[QA] JavaScript console error on landing page — script resource behind redirect #33

@jarvisstark011010-cpu

Description

@jarvisstark011010-cpu

Steps to Reproduce

  1. Navigate to https://smshub.dev/
  2. Open browser DevTools → Console tab

Expected

No JavaScript errors in console on page load

Actual

[error] The script resource is behind a redirect, which is disallowed.

A <script src="..."> tag points to a URL that issues a redirect. Browsers block redirected scripts for security.

Impact

May prevent JS features from loading for all users.

Severity

High

Fix

Update the <script> src to the final canonical URL (no redirect).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions