fresh filament install ui get trouble
anyone know issue about fresh filament install with the problem that the UI doesn't respond well, like something is wrong, I've tried to fix it but it's still the same
29 Replies
What is the issue?
like something is wrongSorry, you need to provide at least some information.
I have 5 times to install it with fresh system laravel 10 - 11 it same things
also checking for bootstrap provider that is not have trouble they auto registered like before I do, I found this error
Looks like you cannot load the asset. Have you set the app_url in the .env?
but I think this is new on panel (that ss is new laravel installation with composer, and laravel command)
yep done but same result
also before is automatically for first installation I have no trouble use filament but 3 days ago I get error after udating composer, on my vps server and localhost
Error is likely related to your IDE since use Filament\Support\Colors\Color, has Amber.
oh yeah my web server php is same on local and vps use php 8.2
Right click inspect browser console, what do your network logs look like.
I know but I asked about use/filament/colors/color I not seen before
now I republish assets all on laravel, and also make reconfig filament, but keep same result, and ya clear all cache and cookie on my browser
I tried with filament 3.0-3.2
and I use firefox, and chrome
Still waiting for you to respond to this.
okay wait...
this is new install
like not linked
but I have do before keep same
php artisan storage:link
npm run build
keep same result
ofcourse for this (php artisan storage:link) also before but on above line
Is your DocumentRoot configured to the
public
folder?yes I use xampp, and use .htaccess that is not have trouble 4 days ago
fresh install and install any plugins not have trouble
I forgot for my vps ya there is use nginx but I have config paointing to root /dir/project/public and do linked storage
but the problem see after I run composer update and composer upgrade
I get this 3 days ago
You do have those files in
public/css
and public/js
folder?wait I check again for acc
Gone I not see js and css
Run
php artisan filament:assets
okay okay wait
ahhh I forgot I not see this while install filament
⇂ C:\Xampp\htdocs\public\js\filament\forms\components\color-picker.js
⇂ C:\Xampp\htdocs\public\js\filament\forms\components\date-time-picker.js
⇂ C:\Xampp\htdocs\public\js\filament\forms\components\file-upload.js
⇂ C:\Xampp\htdocs\public\js\filament\forms\components\key-value.js
⇂ C:\Xampp\htdocs\public\js\filament\forms\components\markdown-editor.js
⇂ C:\Xampp\htdocs\public\js\filament\forms\components\rich-editor.js
⇂ C:\Xampp\htdocs\public\js\filament\forms\components\select.js
⇂ C:\Xampp\htdocs\public\js\filament\forms\components\tags-input.js
⇂ C:\Xampp\htdocs\public\js\filament\forms\components\textarea.js
⇂ C:\Xampp\htdocs\public\js\filament\tables\components\table.js
⇂ C:\Xampp\htdocs\public\js\filament\widgets\components\chart.js
⇂ C:\Xampp\htdocs\public\js\filament\widgets\components\stats-overview\stat\chart.js
⇂ C:\Xampp\htdocs\public\js\filament\filament\app.js
⇂ C:\Xampp\htdocs\public\js\filament\filament\echo.js
⇂ C:\Xampp\htdocs\public\js\filament\notifications\notifications.js
⇂ C:\Xampp\htdocs\public\js\filament\support\async-alpine.js
⇂ C:\Xampp\htdocs\public\js\filament\support\support.js
⇂ C:\Xampp\htdocs\public\css\filament\forms\forms.css
⇂ C:\Xampp\htdocs\public\css\filament\support\support.css
⇂ C:\Xampp\htdocs\public\css\filament\filament\app.css
Done Thaks for help Dennis
anyway this is no have any impact for other plugins or externaly I made to working with filament right?, because before this, I not have problem, but I can try if get error I will come with my error stack
You should have a
php artisan filament:upgrade
script which runs this script, too, in your composer after-update hook. This shouldn't affect any plugins