-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPi-5 fresh install - "Could not open input file: artisan" #111
Comments
I'm having the exact same issue with the same hardware. Setup is slightly different as I have an external NGINX container (meaning not spun up through akaunting's docker compose files) acting as the reverse proxy for the internal network but essentially should be the same problem. |
Having exactly the same issue, on Ubuntu Server. |
Same on Windows 11 in Docker Desktop. |
Same here Debian / docker |
I proposed a simple workaround in #114 . |
When I do a fresh install (AKAUNTING_SETUP=true) on Raspberry Pi 5, I can't access the website (nothing is loaded) to complete the setup. Upon checking the container logs, I can see the following error line being printed out multiple times:
Could not open input file: artisan
Looks like a similar issue has been discussed in the following ticket:
#46
I can see that the existing ticket discussed about the same problem on RPi-4 (with 32bit Raspberry Pi OS). Here I'm running 64bit Raspberry Pi OS on RPi-5. Looks like something is broken on that architecture/configuration.
The text was updated successfully, but these errors were encountered: