mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[Bug]: Fresh install leads to https://login #629
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 @mfedatto on GitHub (Jan 15, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Microsoft Edge
Current behaviour
When browsing https://planka.my-domain.tld/ it leads me to https://login. No log.
Desired behaviour
A successful response to a login, landing page or setup screen.
Steps to reproduce
I've used the setup docs for Docker Compose, run docker compose up -d, then the current behaviour.
Other information
No response
@mfedatto commented on GitHub (Jan 15, 2025):
Well, it was caused by a trailing slash at the value of
BASE_URLvariable. No erro message, empty log.