Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

firefox-57.0.3: source maps fails because the URL that Firefox generates to find the source file is bad.

  • 7 replies
  • 2 have this problem
  • 27 views
  • Last reply by Shadow110

more options

Chrome is finding the source file correctly with a URL that looks like:

   GET /static/js/cljs/out/ldapadmin/core.cljs?rel=1514661610853

But Firefox is generating this faulty URL:

    GET /static/js/cljs/out/ldapadmin?rel=1514662718707/core.cljs?rel=1514662718708

That extra querystring in the middle is breaking things.

I think this bug is new. source mapping was working recently, but I just got a Firefox upgrade and today I find that it is broken.

Chrome is finding the source file correctly with a URL that looks like: GET /static/js/cljs/out/ldapadmin/core.cljs?rel=1514661610853 But Firefox is generating this faulty URL: GET /static/js/cljs/out/ldapadmin?rel=1514662718707/core.cljs?rel=1514662718708 That extra querystring in the middle is breaking things. I think this bug is new. source mapping was working recently, but I just got a Firefox upgrade and today I find that it is broken.

All Replies (7)

more options

Please Refresh but do this 1st:

then

TEST....... If no issues then Extensions which need to be added back in 1 at a time and tested ..... Or it is your Profile : Make a new one and test ...:

If is your Profile :

Note: Any customization will revert back to default, you will also need to reinstall Extensions.

Please let us know if this solved your issue or if need further assistance.

more options
more options
more options

Is the problem with Firefox's Developer Tools not working according to the documentation?

https://developer.mozilla.org/docs/Tools/Debugger/How_to/Use_a_source_map

If so, maybe try this forum: https://discourse.mozilla.org/c/devtools

more options

I performed the steps in the first reply. It did not help. Earlier I reverted to Firefox 52.x and verified that source map lookups were working in that version.

more options

This is clearly a bug. The code that generates the URL to load the source file is creating a bad URL. It's putting the querystring in twice, and one of those places isn't even at the end of the URL. This bug makes the entire rest of the URL look like it's all part of one big querystring, which includes the filename of the source file. It gets swallowed by the buggy premature querystring insertion.

more options

Did you go to Stackoverflow

If you have a bug, file a bug report. https://bugzilla.mozilla.org/ Bug Writing Guidelines : https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines


Please let us know if this solved your issue or if need further assistance.