JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums General Discussions CORS issue with styles/font/smart-icons.woff

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103525
    salasidis
    Participant

    All the fonts in styles/font directory, when loaded onto a CDN seem to give CORS errors.

    I have added
    <div>
    <div>”Access-Control-Allow-Origin”, “*”</div>
    <div></div>
    </div>
    <div>to all my reply headers in my application, but the error still happens (when accessing a web form that has some elements). The error occurs because of a smart-drop-down-list object I have in the form.</div>
    <div></div>
    <div>Is there anything you would suggest to try to eliminate these errors</div>

    #103526
    salasidis
    Participant

    I created a rule in Azure CDN, such that all accesses to htmlelements/ will have the

     

    ”Access-Control-Allow-Origin”, “*”

     

    Header appended.

     

    Seems to have worked, but will post an update if other issues crop up

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.