CDN Redirect Pending

1 Answer 153 Views
AutoComplete wrapper Grid wrapper
Joseph
Top achievements
Rank 1
Joseph asked on 07 Jul 2022, 11:27 PM
Hello,
I have been using kendo for Vue for a while now.  The site has be up and running for over a year.  Yesterday people starting complaining that the page was not loading.  When I look at the network traffic it shows that the CDN file are in a pending state.  Can you tell me why this is happening?

Here is a screen shot of the network traffic.  If you scroll to the right you will see they are all in the state of pending.

1 Answer, 1 is accepted

Sort by
0
Petar
Telerik team
answered on 12 Jul 2022, 11:00 AM

Hi, Joseph.

We've made tests using the CDN files of the Wrapper components but we cannot replicate the reported behavior. 

In addition to the above, there are no other reports like this from other clients. Does the issue still exist in your application? What I assume has happened is that for some reason the CDN server was down for a while or maybe there was an interruption in its work. 

Can you please share if the reported issue is still replicable?

Regards,
Petar
Progress Telerik

The Premier Dev Conference is back! 

Coming to you live from Progress360 in-person or on your own time, DevReach for all. Register Today.


Joseph
Top achievements
Rank 1
commented on 12 Jul 2022, 01:24 PM

I figured out what the issue was.  The '^' after the @ symbol in the urls was upgrading to a newer version and for some reason it was not compatible.

<!--Load the required libraries - Axios-->
    <script src="https://cdn.jsdelivr.net/npm/axios@^0.19.0/dist/axios.min.js"></script>

    <!--Load the required Vue libraries -->
    <script src="https://cdn.jsdelivr.net/npm/vue@^2.6.10/dist/vue.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/vue-router@^3.1.3/dist/vue-router.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/vue-resource@^1.5.0"></script>

    <script src="https://cdn.jsdelivr.net/npm/vee-validate@^2.2.14/dist/vee-validate.min.js"></script>

    <!-- Load MomentJS Library -->
    <script src="https://cdn.jsdelivr.net/npm/moment@^2.22.2/moment.js"></script>


Once I removed them all everything started working again.
Thanks for looking into this issue for me.
Greatly appreciated.
Petar
Telerik team
commented on 13 Jul 2022, 06:41 AM

Hi, Joseph.

I am happy to hear that the issue is resolved!

Thank you for sharing the reason for the discussed behavior with the community. In the future, your post may help somebody else who experiences similar CDN issues. 

 

Tags
AutoComplete wrapper Grid wrapper
Asked by
Joseph
Top achievements
Rank 1
Answers by
Petar
Telerik team
Share this question
or