You used the tag SQL Server; in which way is it related to?
No Access, No Fix
No access, no fix, Suggestions
/play-button.png/:1
Failed to load resource: the server responded with a status of 404 (Not Found)
scevent.min.js:1
Uncaught DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document.
at y (https://sc-static.net/scevent.min.js:1:2725)
at A (https://sc-static.net/scevent.min.js:1:3719)
at HTMLIFrameElement.s (https://sc-static.net/scevent.min.js:1:4157)
at e.sendForm (https://sc-static.net/scevent.min.js:1:4447)
at Q (https://sc-static.net/scevent.min.js:1:10046)
at https://sc-static.net/scevent.min.js:1:21371
at le (https://sc-static.net/scevent.min.js:1:21379)
at e (https://sc-static.net/scevent.min.js:1:22250)
at fe (https://sc-static.net/scevent.min.js:1:22399)
at t (https://sc-static.net/scevent.min.js:1:18512)
(index):5
Uncaught Error: Syntax error, unrecognized expression: unsupported pseudo: active
at se.error (jquery-3.5.1.min.js?ver=3.5.1:2:13606)
at PSEUDO (jquery-3.5.1.min.js?ver=3.5.1:2:16675)
at Ee (jquery-3.5.1.min.js?ver=3.5.1:2:20856)
at se.compile (jquery-3.5.1.min.js?ver=3.5.1:2:21750)
at se.select (jquery-3.5.1.min.js?ver=3.5.1:2:22965)
at se (jquery-3.5.1.min.js?ver=3.5.1:2:7089)
at se.matches (jquery-3.5.1.min.js?ver=3.5.1:2:12929)
at S.filter (jquery-3.5.1.min.js?ver=3.5.1:2:24739)
at D (jquery-3.5.1.min.js?ver=3.5.1:2:24590)
at s.fn.init.is (jquery-3.5.1.min.js?ver=3.5.1:2:25199)
Then
This request has been blocked; the content must be served over HTTPS.
Suggestions?
2 answers
Sort by: Most helpful
-
-
Limitless Technology 39,696 Reputation points
2022-07-05T08:37:09.557+00:00 Hi there,
I suppose this is a Javascript error and not based on the SQL server. The error is raised when the website is unable to load the CSS and the JavaScript code. It also looks like this might be environmental if you're not seeing this all the time. Perhaps your users have actively blocked third-party cookies and site data.
The below thread discusses the same issue and you can try out some troubleshooting steps from this and see if that helps you to sort the Issue. https://github.com/auth0/auth0-spa-js/issues/593
Hope this resolves your Query !!
------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer–