Level 73
Is this in your dev environment or in your prod environment? If it is the latter I suggest building the assets.
I'm using laravel 11 with Vite 5.2.
Vite builds the package without errors and the pages seems to load fine except, sometimes some fonts are missing. This may happen after a fresh login or when the page stays inactive for long. To get things right I need to force a reload with Ctrl-F5. (didn't happen before using Vite) Why is it happening and how do I fix it? Thanks

Please or to participate in this conversation.