mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
Planka on Windows error: A hook (userconfig) failed to load!
#354
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 @amakuhin on GitHub (Sep 9, 2023).
Hello,
After allmost all installation steps, on "npm run db:init" I got an error:
It appears only in the first time I launch this command after install, in second time everything looks well... BTW database was created and filled with tables successfully.
But, on next step, "npm start --prod", I got more verbose error:
I have a guess that something is wrong with Sails. But I didn't find any solution how to fix it.
I tried to repeat all steps on win11 and WinServer2012R2, but results are the same
npm and system info:
Please help me to overcome this problem
@meltyshev commented on GitHub (Sep 11, 2023):
Hi! Sorry for the late reply.
It seems the latest version in the master branch is not fully ready for production use. There are missing checks for OIDC environment variables, which I want to add soon. You can use the version from here https://github.com/plankanban/planka/releases/tag/v1.12.0 or if you need OIDC, you have to add environment variables to the
server/.envfile.@meltyshev commented on GitHub (Sep 12, 2023):
Should be fixed. Please do
git pullto update the code.