Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

frankyj's avatar

Fullcalender not loaded after deployment

On local development everything works fine, but after deployment fullcalender is not loaded into the view. Checked several things, in Console I've an error: . Failed to load resource: .../parsley.js.map. I've run npm, cleared cache etc. but still no effect. Any remaining tips?

0 likes
2 replies
vandan's avatar

//cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.0.1/fullcalendar.min.js

//cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.0.1/fullcalendar.min.css

//cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.0.1/fullcalendar.print.css

or try full package

Install-Package jQuery.Fullcalendar

frankyj's avatar
frankyj
OP
Best Answer
Level 1

Solved. The javascript section in blade file seemed to be loaded correctly, but there was a problem in a directive. On local environment this was no issue, but on production it blocked loading some scripts.

Please or to participate in this conversation.