Forum Discussion

QuincyAdam1's avatar
QuincyAdam1
Qrew Trainee
7 years ago

Code Page Style References Requiring Sign-In?

My code page is blocking an external css file in QuickBase. I have no problem referencing js files like so:

<script>$( document ).ready(function() {
$.getScript('xxxxx?a=dbpage&pagename=jquery.min.js')
});
</script>

I've tried: <link rel="stylesheet" href="xxxx"; /> 

And it provides this error in the console: Resource interpreted as Stylesheet but transferred with MIME type text/html:

When I try going to the link directly, it requires sign-in. How do I get this bypass the sign-in?

1 Reply

  • UrsulaLl's avatar
    UrsulaLl
    Qrew Assistant Captain
    I think I had this issue previously. What I ended up doing is just adding the css through the js file and pushing it to the header data of the html page. Good luck!