-
Hi, I just cannot get the calendar widget to show the calendar. This is what I have done. Installed laravel/livewire/filament Installed fullcalendar
Installed filament calendar package
Created the widget Imported fullcalender in my app.js `import './bootstrap'; let calendar = new Calendar(calendarEl, { Started laravel
Access the dashboard and I see the following error in the console
Whay am I missing? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Just to update. This issue was not related to anything with laravel/livewire/filament/fullcalendar-plugin. I reinstalled firefox downloading from their site and uninstalled the snap version and the calendar showed So in my case the snap version of firefox on ubuntu 22.04 was to blame. Just in case anyone else runs in to the same problem. |
Beta Was this translation helpful? Give feedback.
Just to update. This issue was not related to anything with laravel/livewire/filament/fullcalendar-plugin.
It was my browser. I am on ubuntu 22.04 and using firefox installed vía snap.
I reinstalled firefox downloading from their site and uninstalled the snap version and the calendar showed
up right away.
So in my case the snap version of firefox on ubuntu 22.04 was to blame.
Just in case anyone else runs in to the same problem.