Can't find API root - Mozilla Firefox only
See original GitHub issueI’m submitting a … [x] bug report
…about [x] JS development [x] APIs like REST [x] other / unknown
Current behavior
Error occurs only in Mozilla Firefox:
this line --> const sxc = $2sxc(@Dnn.Module.ModuleID);
causes error
Minimal reproduction of the problem with instructions
Add this code to your view:
<script> const sxc = $2sxc(@Dnn.Module.ModuleID); </script>
2sxc version: 10.25.0 Browser: [ Firefox 72.0.1 ] DNN: [ 9.4.4 ]
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Setting Up Certificate Authorities (CAs) in Firefox
The Install key by default will search for certificates in the locations ... Note: This setting only imports certificates from the Windows Trusted...
Read more >Why no FileSystem API in Firefox?
You're misunderstanding the FileSystem API. It does not, in its current form, access any files on the user's system. It is a sandboxed ......
Read more >Securing the proxy API for Firefox add-ons
First, check what version of Firefox you are running. Assuming you have not disabled updates specifically, you should be running at minimum the ......
Read more >CA/AddRootToFirefox
Windows and MacOS enterprise root support can be enabled by setting the "security.enterprise_roots.enabled" preference to true in about:config.
Read more >CA/Changing Trust Settings
This page describes how to change the default root certificate trust settings in Mozilla products, including Firefox and Thunderbird.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I believe it’s fixed - here’s a pre-release of 10.25.01 I just made 10 minutes ago. I believe it’s fixed - can you try it? it’s in the releases - Pre-Release 2 https://github.com/2sic/2sxc/releases/tag/v10.25.01b
awesome!