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>


AdminPanelProvider.php
->path('services/IntSync/app')
Was this page helpful?