0
votes

I am making website using full calendar. However, It works fine until yesterday, but today I have an Error: Failed to load resource: the server responded with a status of 403 (Forbidden)

Console Error

enter image description here

HTML

enter image description here

1
this will be a server permissions problem, nothing to do with fullCalendar. You should not be using fullcalendar.io as a CDN though, it's not designed for that. The files on the fullCalendar website are for running demos on the fullCalendar site. The site's capacity doesn't scale to delivering them for everyone else. You may have been blocked for requesting them too many times, perhaps, I don't know. Anyway, source your files from CDNJS as recommended in the docs: fullcalendar.io/downloadADyson

1 Answers

-1
votes

I advise you download npm and install fullcalendar, that way you won't run into these issues, since you will have the files locally.

https://www.npmjs.com/get-npm

https://fullcalendar.io/download