question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Possibly issue with not loading jquery

See original GitHub issue

When running locally I see the UI but almost no button is clickable.

The console shows this error:

The resource from “https://cdn.jsdelivr.net/g/jquery@3.5.1,bootstrap@3.3.7” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).
2 delayed
Uncaught ReferenceError: $ is not defined
    <anonymous> http://localhost:5000/bull/dashboard.js:1
dashboard.js:1:1

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
skeggsecommented, Nov 25, 2020

Oh dang. That’s a big change. I get the rationale, but wow.

I haven’t seen any evidence that this particular issue is valid, however - I believe this was fixed in a prior release.

1reaction
jimaekcommented, Nov 20, 2020

/g/ is the legacy format that supports only old versions. It can’t pull anything from npm.

This is the new format that works with npm https://cdn.jsdelivr.net/combine/npm/jquery@3.5.1,npm/bootstrap@3.3.7/dist/js/bootstrap.min.js

Doc https://github.com/jsdelivr/jsdelivr#combine-multiple-files

Read more comments on GitHub >

github_iconTop Results From Across the Web

5 Easy Ways to Fix the "jQuery is Not Defined" Error - Kinsta
The "jQuery is not defined" error means a call for a specific jQuery that wasn't available when the website loaded. Here's how to...
Read more >
Jquery function not firing on initial load - Stack Overflow
The simplest work-around is to use the window load event when all page resources have finished loading: $(window).load(function() { // all ...
Read more >
Gravity Forms Not Loading... Possible Jquery Issue?? Help
I've set this basic page up with a few conditional logic fields so i'm really hoping someone can help me out the template...
Read more >
jQuery Loading Issues - Salesforce Developer Community
jQuery Loading Issues · The file is not there or does not exist · Incorrect File Path · Script load order · Plugin...
Read more >
jQuery not working properly
Hello I have problem regarding jquery. Well the problem is, the input text value stays the same everytime.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found