Calendar missing from latest release 3.0 candidate

I just installed the latest 3.0 candidate release and my page with the calendar on it is no longer showing a calendar. When I look at it in Chrome with developer tools, it gives an error that full_calendar is not found. Are you aware of this?

I tried to go back to the stable 2.9x version and it didn’t want to load the page either.

just saw another post that suggested the new version of full calendar is the culprit. the fix suggested to replace the scripts with version number (core@4.4.0) did not work for me though. This is a BIG PROBLEM FOR ME as I have been building my business calendar here in Wappler. Fortunately I haven’t gone live with it yet. I didn’t realize this was not Wappler code which means this could happen again in future. Is there something which can be done in future to ensure stability within Wappler for this? I’m sure this is going to cause you headaches when you are just about to launch 3.0.

Please help!

Thanks,
Rick

Yes i have the same problem, blank page! I hope there will be a solution soon.

yes this is really serious! very surprised and with murphy’s law, always at the wrong time. I actually have a meeting scheduled tomorrow where I was planning to demo this new completed calendar and everything we can do with it and now all I have is a blank page too! It will not go well tomorrow. Hopefully there is a quick fix and a swift kick in the a… at the full_calendar developers that didn’t think about their customers having to deal with migration issues with such a version change. I’m sure the Wappler developers are going to be furious. Just sloppy.

Please check:

Tried this suggestion but still a blank page.

Well, check the browser console for errors :slight_smile:

@marsalstudios - I reckon you’ve missed one of the links. Everything starting with https://unpkg.com/ needs to have the version @4.4.0 added to the URL. I did that and everything was back fully working again.

Yes its working for me now doing that. Thnks @sitestreet

1 Like

Here is what I have. What do I do for those urls that don’t have core in them to add version?

    <link rel="stylesheet" href="https://unpkg.com/@fullcalendar/core@4.4.0/main.min.css" />
    <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment.min.js" integrity="sha256-CutOzxCRucUsn6C6TcEYsauvvYilEniTXldPa6/wu0k=" crossorigin="anonymous"></script>
    <script src="https://unpkg.com/@fullcalendar/core@4.4.0/main.min.js"></script>
    <script src="https://unpkg.com/@fullcalendar/core@4.4.0/locales-all.min.js"></script>
    <script src="https://unpkg.com/@fullcalendar/interaction/main.min.js"></script>
    <script src="https://unpkg.com/@fullcalendar/daygrid/main.min.js"></script>
    <script src="/dmxAppConnect/dmxCalendar/dmxCalendar.js" defer=""></script>
    <script src="/dmxAppConnect/dmxFormatter/dmxFormatter.js" defer=""></script>
    <script src="/dmxAppConnect/dmxBootstrap4Popovers/dmxBootstrap4Popovers.js" defer=""></script>
    <script src="/dmxAppConnect/dmxBootstrap4Modal/dmxBootstrap4Modal.js" defer=""></script>
    <script src="https://unpkg.com/@fullcalendar/bootstrap/main.min.js"></script>

Interaction and daygrid needs also the version number

ok but where do i put version number? I’ve not had to put version numbers on anything before.

Here:

script src=“https://unpkg.com/@fullcalendar/interaction@4.4.0/main.min.js
script src=“https://unpkg.com/@fullcalendar/daygrid@4.4.0/main.min.js

1 Like

Check the posted solution:

thanks, that worked. Whew!

1 Like

Whilst I haven’t had this problem I felt I must comment on the impressive speed the developers wade in to help on important problems like this.

This just doesn’t happen anywhere else…

1 Like

ABSOLUTELY!

Just the best.

This is fixed in Wappler 3.0.2

This topic was automatically closed after 2 days. New replies are no longer allowed.