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.

4.5.2 seems to be broken

See original GitHub issue

Describe the bug Ember inspector addon remains white when opening in chrome. In addons console I see this error:

Uncaught Error: Could not find module `element-resize-detector` imported from `ember-inspector/modifiers/did-resize`

To Reproduce Steps to reproduce the behavior:

  1. Open ember inspector

Expected behavior The ember inspector works as usual

Screenshots image (Right console is that from the addon)

Environment Ember version: 3.20.7 Browser version: Version 95.0.4638.69 (Official Build) (64-bit) Ember-inspector: 4.5.2

Additional context

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:12
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
drallieivcommented, Nov 18, 2021

Is there any way to force the extension to a previous version ?

0reactions
NullVoxPopulicommented, Nov 18, 2021

Looks like the wrong rootURL. Chunks are trying to load at /assets when they should load at <rootURL>assets

for example:

http://localhost:9191/bookmarklet/panes-3-4-0/assets/vendor.js

the <rootURL> is /bookmarktlet/panes-3-4-0/ which is missing from this request:

http://localhost:9191/assets/chunk.vendors-node_modules_element-resize-detector_src_element-resize-detector_js.c5e270b4903911deab34.js

It should be:

http://localhost:9191/bookmarklet/panes-3-4-0/assets/chunk.vendors-node_modules_element-resize-detector_src_element-resize-detector_js.c5e270b4903911deab34.js
Read more comments on GitHub >

github_iconTop Results From Across the Web

Is 1.2.6 currently broken for .NET 4.5.2? #717
I'm wondering if it's fine to use it with 4.5.2? I did a brief test and seems like it's writing values into my...
Read more >
.NET Framework 4.5.2, 4.6, 4.6.1 will reach End of Support ...
Right now, our installers are partially broken and the repair functionality is broken totally. Despite we did full QA cycle on the installer....
Read more >
Is the title module broken in 4.5.2? Do people still use it?
I upgraded to 4.5.2 and installed the updated title.module, ... I get no errors in the Apache error_log and all permissions seem to...
Read more >
iproute2 broken with lenaro 4.5.2 toolchain... here is fix.
here is the output from broken compile of iproute2, I reopened this ticket as it seems dd-wrt is using IPROUTE2... new check in...
Read more >
[Q] Kindle Fire HDX 7 (3rd Gen) running 4.5.2 - Broken file system ...
It's so frustrating because it seems like if I could just get the wifi to work I could download the latest OS update...
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