vinn0203
vinn0203
FFilament
Created by vinn0203 on 10/18/2024 in #❓┊help
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')
2 replies