cioraneanu / firefly-pico

A delightful Firefly III companion web app for effortless transaction tracking
GNU Affero General Public License v3.0
431 stars 19 forks source link

Error-Message when accessing home tab #83

Closed iLuckyW closed 4 months ago

iLuckyW commented 5 months ago

Whenever I open the home tab of firefly pico I get this error:

Error: file_put_contents(/var/www/html/storage/framework/cache/data/fa/6d/fa6db6627548516f25eddaeb5aa3fc7c78064954): Failed to open stream: No such file or directory

I tried restarting the container, but no luck, I still get the same message. So far I haven't found anything that isn't working, just this popup whenever I switch to that page. Any clues what could cause this?

cioraneanu commented 5 months ago

I'm getting the same error today but I'm away for the weekend and cannot investigate it until Monday.

It looks like a filesystem/user permission issue. I guess if you run php artisan cache:clear it should go away? 🤔

iLuckyW commented 5 months ago

Thanks for the quick answer. Clearing the cache worked like a charm. The error is gone and everything back to normal. Not sure what cause the error in the end though.

cioraneanu commented 4 months ago

I've added the cache clear command as part of each deployment.

Let me know if the problem reapers or if it was just a 1 time thing caused by the transition to the new Dockerfile.

iLuckyW commented 4 months ago

I think it was just a one time issue. It has been working great until then. Thanks for your help again