Cannot create project on Docker deploy #12

Closed
opened 2026-02-04 16:27:14 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @TanayB11 on GitHub (Aug 13, 2020).

Love the concept and the demo.

My Docker deploy works, and I can log in. However, I am unable to create a project. I receive no feedback either, when I try to do so. I'm running it on localhost.

Here's what I did:

openssl rand -hex 64 # copied the output
curl -L https://raw.githubusercontent.com/plankanban/planka/master/docker-compose.yml -o docker-compose.yml
vim docker-compose.yml # I then added the result from the openssl command into the SECRET_KEY key
docker-compose up -d

I can log in, but I cannot create a project.

Originally created by @TanayB11 on GitHub (Aug 13, 2020). Love the concept and the demo. My Docker deploy works, and I can log in. However, I am unable to create a project. I receive no feedback either, when I try to do so. I'm running it on localhost. Here's what I did: ``` openssl rand -hex 64 # copied the output ``` ```bash curl -L https://raw.githubusercontent.com/plankanban/planka/master/docker-compose.yml -o docker-compose.yml vim docker-compose.yml # I then added the result from the openssl command into the SECRET_KEY key docker-compose up -d ``` I can log in, but I cannot create a project.
Author
Owner

@kaythomas0 commented on GitHub (Aug 13, 2020):

Same problem here, clicking "Create project" does nothing. No errors in Console that I can see.

@kaythomas0 commented on GitHub (Aug 13, 2020): Same problem here, clicking "Create project" does nothing. No errors in Console that I can see.
Author
Owner

@meltyshev commented on GitHub (Aug 13, 2020):

Thanks for the issue. My bad, missed a variable when refactoring.

@meltyshev commented on GitHub (Aug 13, 2020): Thanks for the issue. My bad, missed a variable when refactoring.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#12