livewire / flux

The official Livewire UI component library
440 stars 38 forks source link

Flux [PRO] Not Rendering in Blade on Production Ouch.. (Ubuntu with Nginx) #373

Closed mitsswebdesign closed 1 week ago

mitsswebdesign commented 1 week ago

Hello All!

I’m encountering an issue on the production server where Flux is not rendering in Blade templates.

On my development environment (Mac with Nginx), everything works fine, but after migrating to an Ubuntu server with Nginx, this problem occurs. After the update, I ran composer install, and I can confirm that Flux Artisan commands are available, indicating that Flux is installed correctly.

However, Flux still doesn’t seem to render in the Blade templates on the production server. Please refer to the attached screenshot, which shows the differences in the HTML head between the development and production environments.

Could you assist me in resolving this issue?

Image Image

idealerror commented 1 week ago

Did you install the flux package on your production server? composer install

mitsswebdesign commented 1 week ago

Yes, I did. It’s resolved now. I believe I cleared the caches multiple times, but I’m not entirely sure. I thought I did during the update.