LJPc-solutions / freescout-calendar-module

A calendar module for Freescout
19 stars 7 forks source link

Clearing cache after upgrade #52

Open semaf opened 1 week ago

semaf commented 1 week ago

Hey,

Have followed your update instructions but after clearing the cache it seems that css classes cant be loaded.

There are no errors on console. No logs about error according calendar. Any way to debug?

Lars- commented 1 week ago

Hi,

Maybe run php artisan freescout:after-app-update. That builds all css and js. If that doesn't work, maybe try running php artisan freescout:module-build

If that also doesn't work, I need some screenshots of the problem.

semaf commented 1 week ago

Thank you. Seems that artisan is not installed with freescout docker container. Have to sort this out.