mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
frontend would not start up anymore (docker on pi4) #118
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @smignon612 on GitHub (Jan 22, 2023).
Description
after upgrade to the latest version, frontend was unable to start up, 0.19 works fun
Vikunja Frontend Version
latest
Vikunja API Version
latest
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
@kolaente commented on GitHub (Jan 22, 2023):
Any errors? Does the unstable frontend work?
@smignon612 commented on GitHub (Jan 23, 2023):
the docker just would not start up, the api works fine. this is the error in the docker log: exec /docker-entrypoint.sh: exec format error. maybe missing shebang?
@kolaente commented on GitHub (Jan 24, 2023):
This is probably related to missing docker images for arm which has been fixed in the meantime. Please try with the last release (
latestshould work)@smignon612 commented on GitHub (Jan 25, 2023):
its ok now