financial-freedom icon indicating copy to clipboard operation
financial-freedom copied to clipboard

Main page not loading properly/technical article on local development expanded?

Open cgsmith opened this issue 2 years ago • 10 comments

Issue description

Following the guide listed here on master or even the v0.2.0-alpha1 tag I encounter a blank page after registering. This is likely because I am doing something wrong, however, the guide should allow a casual user like me to spin up an instance.

Environment

  • What's My Browser Support link: https://www.whatsmybrowser.org/b/DDG8C

Steps to reproduce the issue

  1. Follow guide listed in docs
  2. After registering the main page shows empty.

Additional details / screenshots

image

cgsmith avatar Jan 11 '24 12:01 cgsmith

Thanks for the notification!

Yes, things are still under active development. The alpha was to test the CI process and ensure tagging a latest release will work.

@danpastori will be working on migrating his code from the previous version into our new Laravel 10 application. Expect more updates soon!

jaydrogers avatar Jan 11 '24 17:01 jaydrogers

Naturally! Let me know if you need any help!

cgsmith avatar Jan 11 '24 17:01 cgsmith

I had to create the folders manually and change the compose.yaml. It still didn't make the screen load but at least the folders are populated now with files. `version: '3.8' services:

php: image: serversideup/financial-freedom:latest ports: - 8080:80 - 8443:443 env_file: - .env.conf volumes: - /volume1/docker/financialfreedom/logs:/var/www/html/storage/logs - /volume1/docker/financialfreedom/sessions:/var/www/html/storage/framework/sessions depends_on: - mariadb

mariadb: image: mariadb:10.11 volumes: - /volume1/docker/financialfreedom/database:/var/lib/mysql env_file: - .env.conf`

GrandArcher avatar Jan 13 '24 19:01 GrandArcher

Logs attached.

financial-freedom-php-1.csv

GrandArcher avatar Jan 13 '24 19:01 GrandArcher

Am I correct in understanding that there is no actual functionality that has been developed so far and merged into main other than being able to create an account, login, and view your profile?

keyneom avatar Feb 26 '24 20:02 keyneom

@keyneom That's what I'm seeing as well. The readme makes it seem like this project is much further along than it actually is. Great vision, but maybe a bit premature on the "launch".

Doesn't seem like any active dev in the last ~ 3 months

ChuckJonas avatar May 07 '24 14:05 ChuckJonas

Why the page loads to a blank screen

We used the first release to prove a concept and get a CI/CD process in place. We put this in the README but I think there's still confusion.

image

What's next

Subscribe to this PR:

  • https://github.com/serversideup/financial-freedom/pull/109

We have two open source projects that this project depends on that we've been working diligently on:

  • https://github.com/serversideup/docker-php/
  • https://serversideup.net/open-source/spin

Docker PHP just had it's release last week. Spin just had major breakthroughs this week. Financial Freedom runs off of these projects, so we need to get them out the door first. We're also a two person, bootstrapped team so have to take on client work to pay the bills.

Proof we're working on it: image

jaydrogers avatar May 09 '24 12:05 jaydrogers

@jaydrogers I think there's some good feedback here that it's difficult to know how far along this project is. Perhaps it may make sense to have that be reflected in the project's README. As it stands right now, this project looks to be much farther along than it actually is. The Features section is what sold me initially, and caused me to spend the better part of my weekend attempting to set it up and debug why the front end wasn't rendering.

mgirouard avatar May 19 '24 15:05 mgirouard

I'd like to add that I am experiencing the same issue. It seemed to me as well that the project was more polished than the current state, considering there were Reddit comments from 2 years ago that led me here. I'm not a developer, so I may not be able to contribute to the project, but I would love to help test this as there is further development done.

prat33knz avatar Jun 08 '24 13:06 prat33knz