AUI CDN homepage not loading

Hi,

can somebody confirm he AUI CDN homepage is not loading at the moment?
I tried with Chrome and Firefox and all I see is a spinner that never disappears:

https://aui-cdn.atlassian.com/

@SebastianK81 Same for me, does not work.

Hi @SebastianK81 and @marc,

The versions of AUI have not been updated on aui-cdn for many years now; the AUI team recommends using the community CDNs UNPKG - @atlassian/aui or https://cdnjs.com/libraries/aui.

Would those services be of use to you? If not, I’m keen to know why.

Cheers,
Daz

1 Like

Hi @daz ,
I know about the community CDNs and use them. However it’s quite strange that the AUI home page is not loading. Either keep it working, or don’t have it would be my recommendation.

Yes, sure. I can use unpkg, here is my solution:

    <link rel="stylesheet" type="text/css" href="https://unpkg.com/@atlassian/aui@8.6.0/dist/aui/aui-prototyping.css"/>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js"></script>
    <script src="https://unpkg.com/@atlassian/aui@8.6.0/dist/aui/aui-prototyping.js"></script>

Anyway for developers new to AUI it is confusing that the documentation is not working and you have to search for solutions somewhere else.

For reference, AUI’s documentation is hosted at https://aui.atlassian.com.

I agree that the presence of the aui-cdn service is confusing. I will follow up internally and determine who owns the service and how we can either fix or remove it.

Cheers,
Daz

1 Like