[bug]: Docker install errors "Space_BASE_URL" variable is not set
@srinivaspendem is already working on this.
Since Jun 13, 2024.
- Dominant language
- TypeScript
- Stars
- 59.6k
- Forks
- 5.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 49
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
mkdir plane-selfhost
cd plane-selfhost
curl -fsSL -o setup.sh https://raw.githubusercontent.com/makeplane/plane/master/deploy/selfhost/install.sh
chmod +x setup.sh
at both option 1 and option 2 after I get the following errors. Step 1 did finally complete - still waiting on Step 2 (Start)
WARN[0003] The "SPACE_BASE_URL" variable is not set. Defaulting to a blank string.
WARN[0003] The "APP_BASE_URL" variable is not set. Defaulting to a blank string.
Steps to reproduce
mkdir plane-selfhost
cd plane-selfhost
curl -fsSL -o setup.sh https://raw.githubusercontent.com/makeplane/plane/master/deploy/selfhost/install.sh
chmod +x setup.sh
Select Step 1
see error OR
do above select step 2 and see error
Environment
Production
Browser
Other
Variant
Self-hosted
Version
v0.21-dev
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.