© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•16mo ago•
1 reply
vinn0203

Unable to load filament assets

website unable to load filament 3 assets
http://167.172.65.249/services/IntSync/app/login

example:
GET http://167.172.65.249/js/filament/notifications/notifications.js?v=3.2.95.0 404 not found

etc/apache2/sites-available/000-default.conf
<VirtualHost 167.172.65.249:80>
        ServerAdmin webmaster@localhost
        ServerName 167.172.65.249
        DocumentRoot /var/www/html

        <Directory /var/www/html>
            Options Indexes FollowSymLinks
            AllowOverride All
            Require all granted
        </Directory>


        Alias /services/IntSync/app /var/www/html/Invoice_Extraction/public
        <Directory /var/www/html/Invoice_Extraction/public>

            #RewriteEngine On
            #RewriteBase /var/www/html/Invoice_Extraction/public

            Options Indexes FollowSymLinks
            AllowOverride All
            Require all granted
        </Directory>

        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined

        <IfModule mod_dir.c>
            DirectoryIndex index.php index.pl index.cgi index.html index.xhtml index.htm
        </IfModule>

</VirtualHost>
<VirtualHost 167.172.65.249:80>
        ServerAdmin webmaster@localhost
        ServerName 167.172.65.249
        DocumentRoot /var/www/html

        <Directory /var/www/html>
            Options Indexes FollowSymLinks
            AllowOverride All
            Require all granted
        </Directory>


        Alias /services/IntSync/app /var/www/html/Invoice_Extraction/public
        <Directory /var/www/html/Invoice_Extraction/public>

            #RewriteEngine On
            #RewriteBase /var/www/html/Invoice_Extraction/public

            Options Indexes FollowSymLinks
            AllowOverride All
            Require all granted
        </Directory>

        ErrorLog ${APACHE_LOG_DIR}/error.log
        CustomLog ${APACHE_LOG_DIR}/access.log combined

        <IfModule mod_dir.c>
            DirectoryIndex index.php index.pl index.cgi index.html index.xhtml index.htm
        </IfModule>

</VirtualHost>


AdminPanelProvider.php
->path('services/IntSync/app')
->path('services/IntSync/app')
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Publish filament assets
FilamentFFilament / ❓┊help
3y ago
How to put Filament assets together with Vite assets?
FilamentFFilament / ❓┊help
3y ago
Unable to access filament
FilamentFFilament / ❓┊help
3y ago
Unable to install Filament
FilamentFFilament / ❓┊help
3y ago