Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 7 个回答
  • 2 人有此问题
  • 9 次查看
  • 最后回复者为 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.

所有回复 (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.