mirror of
https://github.com/plankanban/planka.git
synced 2026-03-01 11:21:46 +03:00
[Bug]: hook (userconfig) failed to load!
#525
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 @halkeye on GitHub (Jun 12, 2024).
Where is the problem occurring?
None
What browsers are you seeing the problem on?
No response
Current behaviour
start.sh gives me
$ grep sdk /etc/mtab
/dev/sdk /app/public/user-avatars ext4 rw,relatime 0 0
/dev/sdk /app/private/attachments ext4 rw,relatime 0 0
/dev/sdk /app/public/project-background-images ext4 rw,relatime 0 0
@halkeye commented on GitHub (Jun 12, 2024):
As I was writing this, I think i realized what was wrong
So webhooks needs a default? or some steps added to release notes
@zezretro commented on GitHub (Jun 12, 2024):
I also experienced the same issue when my docker pulled the latest image this morning
I confirm my solution was to include and uncomment the new WEBHOOKS section of the docker-compose. I only updated the URL line. After re-running docker-compose plank now comes up again
@jicho commented on GitHub (Jun 12, 2024):
Same problem here, solved it by adding this to compose (not sure it this a 100% correct "fix"):
Thing is that I don't want to use web hooks at the moment, so I expected that I didn't need to add it based on the compose example.
@halkeye commented on GitHub (Jun 12, 2024):
I would set the WEBHOOKS value to "[]" if you don't need them
I submitted a PR to add a default of empty
@jicho commented on GitHub (Jun 12, 2024):
@halkeye you're right, that works. For some reason it didn't work when I tried it initially, that's why I ended up with my previous reaction... Probably did something wrong :(
Thank you for your reaction!
@meltyshev commented on GitHub (Jun 12, 2024):
Thanks for reporting and fixing this so quickly :)
The fixed version is being built, and you can remove/comment the
WEBHOOKSenvironment variable if you don't use it.