-
Support guidelines
I've found a bug and checked that ...
DescriptionHI, I have installed Firefly 6.1.11 on my test server with PHP 8.3 and Mysql 5.7. I am able to installed it successfully using the documentation. I am getting "500 Internal Server Error" error on accessing admin panel ie. http://domain.com/[[sub-dir]]/public/register Uncaught Illuminate\Foundation\ViteManifestNotFoundException: Vite manifest not found at: [[path]]/public/build/manifest.json in [[path]]/vendor/laravel/framework/src/Illuminate/Foundation/Vite.php:728 Also attaching here the log file I feel the the installer is failing to generate /public/build/* files and hence causing the issue. Debug information[2024-03-20 12:50:44] production.ERROR: Exception is: {"class":"Illuminate\View\ViewException","errorMessage":"Vite manifest not found at: [[path]]/public/build/manifest.json (View: [[path]]/resources/views/auth/register.blade.php)","time":"Wed, 20 Mar 2024 12:50:44 +0100","file":"[[path]]/vendor/laravel/framework/src/Illuminate/Foundation/Vite.php","line":728,"code":0,"version":"6.1.11","url":"http://[[domain]]/manual/firefly6111/public/register","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0","json":true,"method":"GET","post":""} Expected behaviourLogin page should load without any error. Steps to reproduce
Additional infoNo response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 16 replies
-
Using create-project is no longer supported for the installation or upgrade of Firefly III. You'll have to follow the new instructions. |
Beta Was this translation helpful? Give feedback.
-
I thought that is for upgrade. Do we need to follow in install as well ? |
Beta Was this translation helpful? Give feedback.
-
HI. Thank you..It resolves the issue.. However few images are failing to load on admin panel. |
Beta Was this translation helpful? Give feedback.
-
@JC5 i The same issue on login page. The .htaccess file is the same of repository. Ideas? |
Beta Was this translation helpful? Give feedback.
-
HI, Getting the same issue on firefly 6.1.12 version as well. The fonts are present in /public/build/assets directory. Also I noticed that script is trying to load the fonts from the root url and I have made an installation in a sub directory and hence it's failing to load. Is the sub directory installation discontinued ? |
Beta Was this translation helpful? Give feedback.
https://docs.firefly-iii.org/how-to/firefly-iii/upgrade/self-managed/#created-using-composer-create-project
Using create-project is no longer supported for the installation or upgrade of Firefly III. You'll have to follow the new instructions.